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 /feed/index.html | |
parent | README: update (diff) | |
download | jekyll-theme-24332c533008456f4316347071d4183e2ef1d982.tar.gz jekyll-theme-24332c533008456f4316347071d4183e2ef1d982.zip |
rename some includes
Diffstat (limited to '')
-rw-r--r-- | feed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |