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 /index.html | |
parent | posts: permalinks without date (diff) | |
download | blog-b8640c898c24eab0f2bbad3a5dff1217ea62f1d9.tar.gz blog-b8640c898c24eab0f2bbad3a5dff1217ea62f1d9.zip |
bump jekyll-theme
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ --- title: Main page layout: default -navbar_link: <span class="glyphicon glyphicon-home"></span> Main page -navbar_priority: 1 -navbar_paginated: true +navbar: + link: Blog + icon: home + priority: 1 + paginated: true --- {% include posts/posts.html %} |