diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 17:25:09 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 17:25:09 +0200 |
commit | 8cb81a31e648d3b1ed35042c6d77a42fa58d3da1 (patch) | |
tree | 69db9f9b465d1658c744e3e41af7a30c53f78d45 | |
parent | sidebar: redesign sections (diff) | |
download | jekyll-theme-8cb81a31e648d3b1ed35042c6d77a42fa58d3da1.tar.gz jekyll-theme-8cb81a31e648d3b1ed35042c6d77a42fa58d3da1.zip |
sidebar: collapse "about" & "links"
Diffstat (limited to '')
-rw-r--r-- | _includes/jekyll-theme/sidebar/about.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_includes/jekyll-theme/sidebar/about.html b/_includes/jekyll-theme/sidebar/about.html index 9ea927c..aa461a8 100644 --- a/_includes/jekyll-theme/sidebar/about.html +++ b/_includes/jekyll-theme/sidebar/about.html @@ -19,9 +19,6 @@ <div class="list-group-item"> <p class="list-group-item-text">{{ project_desc }}</p> </div> -</div> - -<div class="list-group wide-enough"> <div class="list-group-item disabled"> <h4 class="list-group-item-heading">links</h4> </div> |