diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | _includes/categories/all.html (renamed from _includes/categories/categories.html) | 0 | ||||
-rw-r--r-- | _includes/posts/feed.html (renamed from _includes/posts/posts.html) | 0 | ||||
-rw-r--r-- | archive/index.html | 2 | ||||
-rw-r--r-- | feed/index.html | 2 |
5 files changed, 4 insertions, 4 deletions
@@ -110,7 +110,7 @@ Hide the link by setting `site.settings.navbar.github` to `false`. See [feed/index.html] for an example of how to easily create a paginated post feed. -Basically, just include posts/posts.html. +Basically, just include posts/feed.html. [feed/index.html]: feed/index.html @@ -126,7 +126,7 @@ parameter to the category's name. If you want to create a page with a list of all categories and the posts belonging to them, see [archive/index.html] for an example. -Simply including categories/categories.html should do the job. +Simply including categories/all.html should do the job. [archive/index.html]: archive/index.html diff --git a/_includes/categories/categories.html b/_includes/categories/all.html index a988a3f..a988a3f 100644 --- a/_includes/categories/categories.html +++ b/_includes/categories/all.html diff --git a/_includes/posts/posts.html b/_includes/posts/feed.html index c123ceb..c123ceb 100644 --- a/_includes/posts/posts.html +++ b/_includes/posts/feed.html diff --git a/archive/index.html b/archive/index.html index eec97db..39f465d 100644 --- a/archive/index.html +++ b/archive/index.html @@ -5,4 +5,4 @@ navbar: link: true priority: 3 --- -{% include categories/categories.html %} +{% include categories/all.html %} diff --git a/feed/index.html b/feed/index.html index 42a5d53..3660a51 100644 --- a/feed/index.html +++ b/feed/index.html @@ -6,4 +6,4 @@ navbar: priority: 2 paginated: true --- -{% include posts/posts.html %} +{% include posts/feed.html %} |