fix categories permalink

This commit is contained in:
Ayo 2023-03-20 13:55:48 +01:00
parent 4e5c546629
commit 9a6e8dd18f
6 changed files with 6 additions and 1 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
permalink: /categories/
title: Categories
permalink: /categories/
---
<div>

View file

@ -1,6 +1,7 @@
---
layout: category
category-name: entertaining
permalink: /entertaining/
---
<h1>Entertaining Posts</h1>

View file

@ -1,6 +1,7 @@
---
layout: category
category-name: motivational
permalink: /motivational/
---
<h1>Motivational Posts</h1>

View file

@ -1,6 +1,7 @@
---
layout: category
category-name: personal
permalink: /personal/
---
<h1>Personal Posts</h1>

View file

@ -1,6 +1,7 @@
---
layout: category
category-name: productivity
permalink: /productivity/
---
<h1>Productivity Posts</h1>

View file

@ -1,6 +1,7 @@
---
layout: category
category-name: technology
permalink: /technology/
---
<h1>Technology Posts</h1>