diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 15:12:19 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-31 15:12:19 +0300 |
commit | b8640c898c24eab0f2bbad3a5dff1217ea62f1d9 (patch) | |
tree | 5952755fdada993e45394e280558452542e79cbf /notes | |
parent | posts: permalinks without date (diff) | |
download | blog-b8640c898c24eab0f2bbad3a5dff1217ea62f1d9.tar.gz blog-b8640c898c24eab0f2bbad3a5dff1217ea62f1d9.zip |
bump jekyll-theme
Diffstat (limited to 'notes')
-rw-r--r-- | notes/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/notes/index.html b/notes/index.html index 4be3c25..ffcff44 100644 --- a/notes/index.html +++ b/notes/index.html @@ -1,7 +1,9 @@ --- title: Notes -navbar_link: <span class="glyphicon glyphicon-search"></span> Notes -navbar_priority: 3 +navbar: + link: Notes + icon: search + priority: 3 --- {% if site.notes.size != 0 %} <p>This is a complete list of notes I maintain for my personal usage.</p> |