From e909f3ff43855634b81d3bd487b073ea35e1aaa3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 15:04:29 +0300 Subject: move categories pages to /categories/ --- _layouts/post.html | 2 +- all/index.html | 2 +- c++/index.html | 5 ----- categories/c++/index.html | 5 +++++ categories/haskell/index.html | 5 +++++ categories/math/index.html | 5 +++++ haskell/index.html | 5 ----- index.html | 2 +- math/index.html | 5 ----- 9 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 c++/index.html create mode 100644 categories/c++/index.html create mode 100644 categories/haskell/index.html create mode 100644 categories/math/index.html delete mode 100644 haskell/index.html delete mode 100644 math/index.html diff --git a/_layouts/post.html b/_layouts/post.html index 22a753a..c539244 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default

{{ page.title }}

 Posted on {{ page.date | date: '%-d %B %Y' }} - {%- if page.category %} in  {{ page.category }}{% endif %} + {%- if page.category %} in  {{ page.category }}{% endif %}

{{ content }}
diff --git a/all/index.html b/all/index.html index 9ba7848..71e24f2 100644 --- a/all/index.html +++ b/all/index.html @@ -7,7 +7,7 @@ navbar_priority: 2 --- {% if site.categories.size != 0 %} {% for category in site.categories %} -

{{ category[0] }}

+

{{ category[0] }}