aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:06:26 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-07 19:06:26 +0200
commit69cb8e6dce13fbe30b16200529c3d17965443fab (patch)
tree9042e1cd9c86b1e7e0c181537bf0ac683418a5f8 /_includes
parentposts: rename a CSS class (diff)
downloadjekyll-theme-69cb8e6dce13fbe30b16200529c3d17965443fab.tar.gz
jekyll-theme-69cb8e6dce13fbe30b16200529c3d17965443fab.zip
css: revert the stupid .sidebar hack
Diffstat (limited to '_includes')
-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 89d660d..2ffe91b 100644
--- a/_includes/jekyll-theme/sidebar.html
+++ b/_includes/jekyll-theme/sidebar.html
@@ -1,5 +1,5 @@
{% unless site.settings.sidebar.hide or page.sidebar.hide %}
-<div class="row sidebar">
+<div class="row">
{% include jekyll-theme/sidebar/latest-posts.html %}
{% include custom-sidebar.html %}
{% include jekyll-theme/sidebar/about.html %}