From 995080f347483c6de4c7f8fc85033b5165d75ed1 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 8 Feb 2021 21:47:08 +0700 Subject: Remove category page --- categories.html | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 categories.html (limited to 'categories.html') diff --git a/categories.html b/categories.html deleted file mode 100644 index 4d68836..0000000 --- a/categories.html +++ /dev/null @@ -1,24 +0,0 @@ ---- -layout: page -permalink: /categories/ -title: Categories ---- - - -
-{% for category in site.categories %} -
- {% capture category_name %}{{ category | first }}{% endcapture %} -
-

- -

{{ category_name |capitalize }}

- - {% for post in site.categories[category_name] %} - - {% endfor %} -
-{% endfor %} -
-- cgit 1.4.1