aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/feed
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 13:03:02 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-10 13:03:02 +0300
commit8e11e56f51c425e3771c297cd44174afb2778281 (patch)
tree6228147204dc80e0ccba7805781bffdcedc3a853 /feed
parentbump Bootstrap to 3.4.1 (diff)
downloadjekyll-theme-8e11e56f51c425e3771c297cd44174afb2778281.tar.gz
jekyll-theme-8e11e56f51c425e3771c297cd44174afb2778281.zip
navbar: rework front matter interface
Diffstat (limited to 'feed')
-rw-r--r--feed/index.html7
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 %}