diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 13:03:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-10 13:03:02 +0300 |
commit | 8e11e56f51c425e3771c297cd44174afb2778281 (patch) | |
tree | 6228147204dc80e0ccba7805781bffdcedc3a853 /feed/index.html | |
parent | bump Bootstrap to 3.4.1 (diff) | |
download | jekyll-theme-8e11e56f51c425e3771c297cd44174afb2778281.tar.gz jekyll-theme-8e11e56f51c425e3771c297cd44174afb2778281.zip |
navbar: rework front matter interface
Diffstat (limited to 'feed/index.html')
-rw-r--r-- | feed/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/feed/index.html b/feed/index.html index 0bcee1f..42a5d53 100644 --- a/feed/index.html +++ b/feed/index.html @@ -1,8 +1,9 @@ --- title: Feed layout: default -navbar_link: true -navbar_priority: 2 -navbar_paginated: true +navbar: + link: true + priority: 2 + paginated: true --- {% include posts/posts.html %} |