diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 04:55:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 04:55:17 +0300 |
commit | e15fb6663612ab320d29fd9cb0b22d148b127847 (patch) | |
tree | ce9ac29db8675cf41d2676db58c71daa0e179895 /_config.yml | |
parent | add categories.html (diff) | |
download | jekyll-theme-e15fb6663612ab320d29fd9cb0b22d148b127847.tar.gz jekyll-theme-e15fb6663612ab320d29fd9cb0b22d148b127847.zip |
fix navbar ordering
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index b3dc57b..2c56abb 100644 --- a/_config.yml +++ b/_config.yml @@ -13,6 +13,13 @@ exclude: paginate: 10 +defaults: + - scope: + path: "" + type: pages + values: + navbar_priority: 999 + excerpt_separator: "" include_comments: true minified_externals: true |