diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 13:04:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 13:04:43 +0300 |
commit | 24332c533008456f4316347071d4183e2ef1d982 (patch) | |
tree | 822c783b4a641f3e2a6034184f7552b9a9925170 /README.md | |
parent | README: update (diff) | |
download | jekyll-theme-24332c533008456f4316347071d4183e2ef1d982.tar.gz jekyll-theme-24332c533008456f4316347071d4183e2ef1d982.zip |
rename some includes
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 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 |