aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 13:04:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 13:04:43 +0300
commit24332c533008456f4316347071d4183e2ef1d982 (patch)
tree822c783b4a641f3e2a6034184f7552b9a9925170 /README.md
parentREADME: update (diff)
downloadjekyll-theme-24332c533008456f4316347071d4183e2ef1d982.tar.gz
jekyll-theme-24332c533008456f4316347071d4183e2ef1d982.zip
rename some includes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9da2a9b..b58787c 100644
--- a/README.md
+++ b/README.md
@@ -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