diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 19:36:51 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-05 19:36:51 +0200 |
commit | c1bb50086152bf951c83693fea1d602163f6bfe7 (patch) | |
tree | 5eb70fd83a3b2f38fe3eadbf1dee821f4e994c6d | |
parent | sidebar: collapse "about" & "links" (diff) | |
download | jekyll-theme-c1bb50086152bf951c83693fea1d602163f6bfe7.tar.gz jekyll-theme-c1bb50086152bf951c83693fea1d602163f6bfe7.zip |
sidebar: push the "About" section down
Diffstat (limited to '')
-rw-r--r-- | _includes/jekyll-theme/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/sidebar.html b/_includes/jekyll-theme/sidebar.html index 429bb32..2ffe91b 100644 --- a/_includes/jekyll-theme/sidebar.html +++ b/_includes/jekyll-theme/sidebar.html @@ -1,7 +1,7 @@ {% unless site.settings.sidebar.hide or page.sidebar.hide %} <div class="row"> - {% include jekyll-theme/sidebar/about.html %} {% include jekyll-theme/sidebar/latest-posts.html %} {% include custom-sidebar.html %} + {% include jekyll-theme/sidebar/about.html %} </div> {% endunless %} |