diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 01:53:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 01:53:33 +0300 |
commit | 512feb4e54081d358ef5df0160673a02b7a58aee (patch) | |
tree | 0e0d50ba6b6af5a6f5c23a3acc533d217d27452f /notes/index.html | |
parent | bump jekyll-theme (diff) | |
download | blog-512feb4e54081d358ef5df0160673a02b7a58aee.tar.gz blog-512feb4e54081d358ef5df0160673a02b7a58aee.zip |
bump jekyll-theme
Diffstat (limited to '')
-rw-r--r-- | notes/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/notes/index.html b/notes/index.html index 0ceb78c..79e716a 100644 --- a/notes/index.html +++ b/notes/index.html @@ -1,13 +1,10 @@ --- -layout: default title: Notes groups: - navbar navbar_link: <span class="glyphicon glyphicon-search"></span> Notes navbar_priority: 3 --- -<h1>{{ page.title }}</h1> -<hr/> {% if site.notes.size != 0 %} <p>This is a complete list of notes I maintain for my personal usage.</p> <ul> |