diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 19:57:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 19:57:39 +0300 |
commit | a0054f103de5e2ba157116619079afcec47c3bd5 (patch) | |
tree | 77e330746e0f3cba6f3999fae3d01b7864265bb9 | |
parent | _config.yml: linting (diff) | |
download | blog-a0054f103de5e2ba157116619079afcec47c3bd5.tar.gz blog-a0054f103de5e2ba157116619079afcec47c3bd5.zip |
bump jekyll-theme
-rw-r--r-- | _config.yml | 2 | ||||
-rw-r--r-- | all/index.html | 2 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | notes/index.html | 2 |
4 files changed, 2 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml index c295e0c..522e3cb 100644 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,7 @@ repository: egor-tensin/blog # jekyll-paginate paginate: 10 # jekyll-remote-theme -remote_theme: egor-tensin/jekyll-theme@072200d740c6c711d6042af0fdff04bbd7fe6646 +remote_theme: egor-tensin/jekyll-theme@78b543203d6f0c7d670432d17d38f493b4473c5a # Theme settings settings: diff --git a/all/index.html b/all/index.html index 98b96ba..a7d2781 100644 --- a/all/index.html +++ b/all/index.html @@ -1,8 +1,6 @@ --- title: All posts layout: default -groups: - - navbar navbar_link: <span class="glyphicon glyphicon-th-list"></span> Posts navbar_priority: 2 --- @@ -1,10 +1,8 @@ --- title: Main page layout: default -groups: - - navbar navbar_link: <span class="glyphicon glyphicon-home"></span> Main page navbar_priority: 1 -root_page: true +navbar_paginated: true --- {% include posts/posts.html %} diff --git a/notes/index.html b/notes/index.html index 034941d..4be3c25 100644 --- a/notes/index.html +++ b/notes/index.html @@ -1,7 +1,5 @@ --- title: Notes -groups: - - navbar navbar_link: <span class="glyphicon glyphicon-search"></span> Notes navbar_priority: 3 --- |