diff options
-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 |