fix categories permalink
This commit is contained in:
parent
4e5c546629
commit
9a6e8dd18f
6 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
permalink: /categories/
|
||||
title: Categories
|
||||
permalink: /categories/
|
||||
---
|
||||
|
||||
<div>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: category
|
||||
category-name: entertaining
|
||||
permalink: /entertaining/
|
||||
---
|
||||
|
||||
<h1>Entertaining Posts</h1>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: category
|
||||
category-name: motivational
|
||||
permalink: /motivational/
|
||||
---
|
||||
|
||||
<h1>Motivational Posts</h1>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: category
|
||||
category-name: personal
|
||||
permalink: /personal/
|
||||
---
|
||||
|
||||
<h1>Personal Posts</h1>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: category
|
||||
category-name: productivity
|
||||
permalink: /productivity/
|
||||
---
|
||||
|
||||
<h1>Productivity Posts</h1>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
layout: category
|
||||
category-name: technology
|
||||
permalink: /technology/
|
||||
---
|
||||
|
||||
<h1>Technology Posts</h1>
|
||||
|
|
Loading…
Reference in a new issue