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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-23 23:39:42 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-23 23:39:42 +0300
commitd1f32ddaf9f51b037f8221460cfba10bdcd2e141 (patch)
tree03e27aedc0caedccb2b679d49fb4d5ab92da5fd4 /layouts/partials/body-sidebar.html
parentee1a0501f9841ea3719dbde8dd542f25982cc826 (diff)
add checklist kind of pages
Diffstat (limited to 'layouts/partials/body-sidebar.html')
-rw-r--r--layouts/partials/body-sidebar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/body-sidebar.html b/layouts/partials/body-sidebar.html
index 217d8fb..bcfd4ac 100644
--- a/layouts/partials/body-sidebar.html
+++ b/layouts/partials/body-sidebar.html
@@ -18,7 +18,7 @@
{{- end}}
-{{- partial "_mdinclude.html" (dict "name" "_layout/sidebar-before/_index" "context" .) -}}
+{{- partial "_mdinclude.html" (dict "name" "sidebar-before" "context" .) -}}
<div id="close_menu">
<a href="javascript:void(0);" style="font-size:15px;" onclick="$('article > aside').toggleClass('responsive')">
@@ -30,4 +30,4 @@
{{- partial "_menu.html" . }}
</ul>
-{{- partial "_mdinclude.html" (dict "name" "_layout/sidebar-after/_index" "context" .) -}} \ No newline at end of file
+{{- partial "_mdinclude.html" (dict "name" "sidebar-after" "context" .) -}} \ No newline at end of file