diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 19:42:27 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 19:42:53 +0200 |
commit | 7232daee2c5268cbce9191813fd4d7bde9633e59 (patch) | |
tree | b7e9663c02e332545fdc82dea44f3ab96708dbf1 | |
parent | sidebar: push the "About" section down (diff) | |
download | jekyll-theme-7232daee2c5268cbce9191813fd4d7bde9633e59.tar.gz jekyll-theme-7232daee2c5268cbce9191813fd4d7bde9633e59.zip |
Revert "sidebar: collapse "about" & "links""
This reverts commit 8cb81a31e648d3b1ed35042c6d77a42fa58d3da1.
You know what? It bugs me when they are together like that.
Diffstat (limited to '')
-rw-r--r-- | _includes/jekyll-theme/sidebar/about.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_includes/jekyll-theme/sidebar/about.html b/_includes/jekyll-theme/sidebar/about.html index aa461a8..9ea927c 100644 --- a/_includes/jekyll-theme/sidebar/about.html +++ b/_includes/jekyll-theme/sidebar/about.html @@ -19,6 +19,9 @@ <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> |