aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-09 19:57:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-09 19:57:39 +0300
commita0054f103de5e2ba157116619079afcec47c3bd5 (patch)
tree77e330746e0f3cba6f3999fae3d01b7864265bb9
parent_config.yml: linting (diff)
downloadblog-a0054f103de5e2ba157116619079afcec47c3bd5.tar.gz
blog-a0054f103de5e2ba157116619079afcec47c3bd5.zip
bump jekyll-theme
Diffstat (limited to '')
-rw-r--r--_config.yml2
-rw-r--r--all/index.html2
-rw-r--r--index.html4
-rw-r--r--notes/index.html2
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>&nbsp;Posts
navbar_priority: 2
---
diff --git a/index.html b/index.html
index 96ddbe4..ec944eb 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,8 @@
---
title: Main page
layout: default
-groups:
- - navbar
navbar_link: <span class="glyphicon glyphicon-home"></span>&nbsp;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>&nbsp;Notes
navbar_priority: 3
---