Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-05-26 10:35:02 +0300
committertosi29 <tosi16@gmail.com>2019-05-26 10:35:02 +0300
commit640426f7bb9833e1915d7cc813b5c5216047aa60 (patch)
tree188cc25f56f2a3ef2c19c5ea7c8cb08c7eb93e44
parentb7e1f4aeeafffd698e521c837003b86583bd2f8f (diff)
Add space to insert something at top of sidebar
-rw-r--r--layouts/partials/sidebar.html1
-rw-r--r--layouts/partials/sidebar_top.html3
2 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 783409a..2225aff 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,5 +1,6 @@
<div class="sidebar1 widgets columns-1">
+ {{ partial "sidebar_top.html" }}
<aside class="widget widget_categories">
<h2>{{ T "categories_title" }}</h2>
<ul class="widget__list">
diff --git a/layouts/partials/sidebar_top.html b/layouts/partials/sidebar_top.html
new file mode 100644
index 0000000..eb5a728
--- /dev/null
+++ b/layouts/partials/sidebar_top.html
@@ -0,0 +1,3 @@
+<aside>
+
+</aside> \ No newline at end of file