diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 17:23:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 19:58:53 +0300 |
commit | 024af86b505543984188c5db5a48d90263ed6719 (patch) | |
tree | 13b2e489a719e6b18c8cd82363bb80d341baf0d1 | |
parent | bind-mounts: fix a typo (diff) | |
download | blog-024af86b505543984188c5db5a48d90263ed6719.tar.gz blog-024af86b505543984188c5db5a48d90263ed6719.zip |
bump jekyll-theme
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | all/index.html | 2 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/_config.yml b/_config.yml index 9ad995f..59a6e71 100644 --- a/_config.yml +++ b/_config.yml @@ -53,7 +53,7 @@ repository: egor-tensin/blog # jekyll-paginate paginate: 10 # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@494279e2336fda646656d2ca9c0585197e77c4f1 +remote_theme: egor-tensin/jekyll-theme@2ae68275cfa9817b98c4725be07c3b26ba0b04d2 # Theme settings settings: diff --git a/all/index.html b/all/index.html index abf0819..4773086 100644 --- a/all/index.html +++ b/all/index.html @@ -6,4 +6,4 @@ navbar: icon: th-list priority: 2 --- -{% include categories/categories.html %} +{% include categories/all.html %} @@ -7,4 +7,4 @@ navbar: priority: 1 paginated: true --- -{% include posts/posts.html %} +{% include posts/feed.html %} |