From 5e25c497c37c39d399d0851f316aa5783d536347 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 24 Mar 2022 11:46:43 +0300 Subject: sidebar: allow adding custom content --- _includes/custom-sidebar.html | 0 _includes/jekyll-theme/sidebar.html | 1 + 2 files changed, 1 insertion(+) create mode 100644 _includes/custom-sidebar.html (limited to '_includes') diff --git a/_includes/custom-sidebar.html b/_includes/custom-sidebar.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/jekyll-theme/sidebar.html b/_includes/jekyll-theme/sidebar.html index 0879248..429bb32 100644 --- a/_includes/jekyll-theme/sidebar.html +++ b/_includes/jekyll-theme/sidebar.html @@ -2,5 +2,6 @@
{% include jekyll-theme/sidebar/about.html %} {% include jekyll-theme/sidebar/latest-posts.html %} + {% include custom-sidebar.html %}
{% endunless %} -- cgit v1.2.3