diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:26:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 14:26:03 +0300 |
commit | bda31f3b252947ac8e1a98954a51879ddd5b08a0 (patch) | |
tree | dbe2cdd659fc542ed71225dd80bab2f6b04ea4c3 | |
parent | add <hr>s where appropriate (diff) | |
download | jekyll-theme-bda31f3b252947ac8e1a98954a51879ddd5b08a0.tar.gz jekyll-theme-bda31f3b252947ac8e1a98954a51879ddd5b08a0.zip |
categories.html -> all/
Diffstat (limited to '')
-rw-r--r-- | _layouts/category.html | 2 | ||||
-rw-r--r-- | all/index.html (renamed from categories.html) | 0 |
2 files changed, 1 insertions, 1 deletions
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 %} </ul> {% endif %} -<p>For a complete list of posts grouped by category, please see <a href="{{ site.baseurl }}/categories.html">this page</a>.</p> +<p>For a complete list of posts grouped by category, please see <a href="{{ site.baseurl }}/all/">this page</a>.</p> diff --git a/categories.html b/all/index.html index 5e42458..5e42458 100644 --- a/categories.html +++ b/all/index.html |