From bda31f3b252947ac8e1a98954a51879ddd5b08a0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 14:26:03 +0300 Subject: categories.html -> all/ --- _layouts/category.html | 2 +- all/index.html | 17 +++++++++++++++++ categories.html | 17 ----------------- 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 all/index.html delete mode 100644 categories.html diff --git a/_layouts/category.html b/_layouts/category.html index dd9fcb6..066b3dd 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -11,4 +11,4 @@ layout: default {% endfor %} {% endif %} -

For a complete list of posts grouped by category, please see this page.

+

For a complete list of posts grouped by category, please see this page.

diff --git a/all/index.html b/all/index.html new file mode 100644 index 0000000..5e42458 --- /dev/null +++ b/all/index.html @@ -0,0 +1,17 @@ +--- +layout: default +title: Categories +groups: + - navbar +navbar_link:  Categories +navbar_priority: 2 +--- +{% for category in site.categories %} +

{{ category[0] }}

+
+ +{% endfor %} diff --git a/categories.html b/categories.html deleted file mode 100644 index 5e42458..0000000 --- a/categories.html +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -title: Categories -groups: - - navbar -navbar_link:  Categories -navbar_priority: 2 ---- -{% for category in site.categories %} -

{{ category[0] }}

-
- -{% endfor %} -- cgit v1.2.3