diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-07 18:02:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-03-07 18:02:42 +0300 |
commit | 8d68e05d0e03f1f28e2e9fc58313633f146ff5b0 (patch) | |
tree | a9f0d351dea1773e60481a494978e004534c4d7a /index.html | |
parent | _includes: merge links.html to navbar.html (diff) | |
download | jekyll-theme-8d68e05d0e03f1f28e2e9fc58313633f146ff5b0.tar.gz jekyll-theme-8d68e05d0e03f1f28e2e9fc58313633f146ff5b0.zip |
'group' to 'groups' in the front matter
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ --- title: Main page layout: main -group: +groups: - navbar navbar_link: <span class="glyphicon glyphicon-home"></span> Main page --- |