aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/sidebar_entry.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 11:47:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 11:47:15 +0300
commit5539d13170e51e1877bf6e070e22e197656e48d9 (patch)
treed059afb04b0ca9702af4c546590809b9acd470a1 /_includes/common/sidebar_entry.html
parentshell: refactor CSS a bit (diff)
downloadjekyll-theme-5539d13170e51e1877bf6e070e22e197656e48d9.tar.gz
jekyll-theme-5539d13170e51e1877bf6e070e22e197656e48d9.zip
sidebar: factor out the "entry" include
Diffstat (limited to '')
-rw-r--r--_includes/common/sidebar_entry.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/common/sidebar_entry.html b/_includes/common/sidebar_entry.html
new file mode 100644
index 0000000..761119d
--- /dev/null
+++ b/_includes/common/sidebar_entry.html
@@ -0,0 +1,4 @@
+<div class="col-xs-12 col-sm-6 col-md-12">
+ <h4>{{ include.header }}</h4>
+ {{ include.content }}
+</div>