diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 18:13:52 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:00:59 +0200 |
commit | c852860555b89eb288c47547d967fb619a95f6fc (patch) | |
tree | e3863e27f89eeed3a5ecce9ea15a89b0a07c0ec8 /notes/index.html | |
parent | bump jekyll-theme (diff) | |
download | blog-c852860555b89eb288c47547d967fb619a95f6fc.tar.gz blog-c852860555b89eb288c47547d967fb619a95f6fc.zip |
show "notes" on sidebar by default
Diffstat (limited to 'notes/index.html')
-rw-r--r-- | notes/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/notes/index.html b/notes/index.html index 1351be1..8e03612 100644 --- a/notes/index.html +++ b/notes/index.html @@ -3,6 +3,9 @@ title: Notes navbar: link: Notes priority: 3 +sidebar: + notes: + hide: true --- {% if site.notes.size > 0 %} <p>Style guides and best practices, not worthy of a post.</p> |