diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 15:12:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 15:12:19 +0300 |
commit | b8640c898c24eab0f2bbad3a5dff1217ea62f1d9 (patch) | |
tree | 5952755fdada993e45394e280558452542e79cbf /all | |
parent | posts: permalinks without date (diff) | |
download | blog-b8640c898c24eab0f2bbad3a5dff1217ea62f1d9.tar.gz blog-b8640c898c24eab0f2bbad3a5dff1217ea62f1d9.zip |
bump jekyll-theme
Diffstat (limited to 'all')
-rw-r--r-- | all/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/all/index.html b/all/index.html index 6f8668b..abf0819 100644 --- a/all/index.html +++ b/all/index.html @@ -1,7 +1,9 @@ --- title: Archive layout: default -navbar_link: <span class="glyphicon glyphicon-th-list"></span> Archive -navbar_priority: 2 +navbar: + link: Archive + icon: th-list + priority: 2 --- {% include categories/categories.html %} |