aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/sidebar_entry.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/common/sidebar_entry.html')
-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>