diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 13:06:50 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 13:08:53 +0200 |
commit | 8eeac84c2408ce4f7c51bfdf6975d31fa434e03a (patch) | |
tree | a0019835d25c13d7b59ffadf665675889c74a4db /index.md | |
parent | sidebar: allow adding custom content (diff) | |
download | jekyll-theme-8eeac84c2408ce4f7c51bfdf6975d31fa434e03a.tar.gz jekyll-theme-8eeac84c2408ce4f7c51bfdf6975d31fa434e03a.zip |
_layouts: add nosidebar layout
Diffstat (limited to '')
-rw-r--r-- | index.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,16 +1,11 @@ --- base: https://egor-tensin.github.io title: jekyll-theme -layout: plain +layout: nosidebar navbar: link: Home priority: 1 --- -{{ page.title }} -================ - ---- - <div style="display: flex; flex-wrap: wrap; column-gap: 1em;"> <div class="list-group wide-enough"> |