aboutsummaryrefslogtreecommitdiffstatshomepage
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
parentREADME: update (diff)
downloadjekyll-theme-24332c533008456f4316347071d4183e2ef1d982.tar.gz
jekyll-theme-24332c533008456f4316347071d4183e2ef1d982.zip
rename some includes
Diffstat (limited to '')
-rw-r--r--README.md4
-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.html2
-rw-r--r--feed/index.html2
5 files changed, 4 insertions, 4 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
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 %}