diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 22:56:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 22:56:05 +0300 |
commit | 859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1 (patch) | |
tree | 44e688448357e2c9470eef0e24ea06ec32cddd0b /all/index.html | |
parent | bump jekyll-theme (diff) | |
download | blog-859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1.tar.gz blog-859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1.zip |
bump jekyll-theme, fix category links
Diffstat (limited to '')
-rw-r--r-- | all/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/all/index.html b/all/index.html index a7d2781..6f8668b 100644 --- a/all/index.html +++ b/all/index.html @@ -1,7 +1,7 @@ --- -title: All posts +title: Archive layout: default -navbar_link: <span class="glyphicon glyphicon-th-list"></span> Posts +navbar_link: <span class="glyphicon glyphicon-th-list"></span> Archive navbar_priority: 2 --- {% include categories/categories.html %} |