From 9a6e8dd18f2b3a43bafc2f3eefd22f1685c34090 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 20 Mar 2023 13:55:48 +0100 Subject: [PATCH] fix categories permalink --- category.html | 2 +- entertaining.html | 1 + motivational.html | 1 + personal.html | 1 + productivity.html | 1 + technology.html | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/category.html b/category.html index fe6725c..1594dd6 100644 --- a/category.html +++ b/category.html @@ -1,7 +1,7 @@ --- layout: page -permalink: /categories/ title: Categories +permalink: /categories/ ---
diff --git a/entertaining.html b/entertaining.html index 8ca7141..2888371 100644 --- a/entertaining.html +++ b/entertaining.html @@ -1,6 +1,7 @@ --- layout: category category-name: entertaining +permalink: /entertaining/ ---

Entertaining Posts

diff --git a/motivational.html b/motivational.html index 85deecf..f126c22 100644 --- a/motivational.html +++ b/motivational.html @@ -1,6 +1,7 @@ --- layout: category category-name: motivational +permalink: /motivational/ ---

Motivational Posts

diff --git a/personal.html b/personal.html index e9b116a..244c238 100644 --- a/personal.html +++ b/personal.html @@ -1,6 +1,7 @@ --- layout: category category-name: personal +permalink: /personal/ ---

Personal Posts

diff --git a/productivity.html b/productivity.html index 9a255da..0423090 100644 --- a/productivity.html +++ b/productivity.html @@ -1,6 +1,7 @@ --- layout: category category-name: productivity +permalink: /productivity/ ---

Productivity Posts

diff --git a/technology.html b/technology.html index 7259de3..7bb7d2b 100644 --- a/technology.html +++ b/technology.html @@ -1,6 +1,7 @@ --- layout: category category-name: technology +permalink: /technology/ ---

Technology Posts