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 /archive/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 'archive/index.html')
-rw-r--r-- | archive/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archive/index.html b/archive/index.html index a91f16d..eec97db 100644 --- a/archive/index.html +++ b/archive/index.html @@ -1,7 +1,8 @@ --- title: Archive layout: default -navbar_link: true -navbar_priority: 3 +navbar: + link: true + priority: 3 --- {% include categories/categories.html %} |