aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 19:36:51 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-05 19:36:51 +0200
commitc1bb50086152bf951c83693fea1d602163f6bfe7 (patch)
tree5eb70fd83a3b2f38fe3eadbf1dee821f4e994c6d
parentsidebar: collapse "about" & "links" (diff)
downloadjekyll-theme-c1bb50086152bf951c83693fea1d602163f6bfe7.tar.gz
jekyll-theme-c1bb50086152bf951c83693fea1d602163f6bfe7.zip
sidebar: push the "About" section down
-rw-r--r--_includes/jekyll-theme/sidebar.html2
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 %}