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-08-19 14:28:36 +0300
committervjeantet <valere.jeantet@gmail.com>2020-08-19 14:28:36 +0300
commita5f3708cf8330fcd6653a18564dc77e156fc41cf (patch)
tree363b779ca6ad805be73e9f2bfddc4acdb3fdcbb8 /layouts/partials/body-sidebar.html
parent5ac2db91010c879c13e1e9e2af6231e487b3ccf5 (diff)
rename content/_includes folder to content/_layout
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 39a352b..217d8fb 100644
--- a/layouts/partials/body-sidebar.html
+++ b/layouts/partials/body-sidebar.html
@@ -18,7 +18,7 @@
{{- end}}
-{{- partial "_mdinclude.html" (dict "name" "_include/sidebar-before/_index" "context" .) -}}
+{{- partial "_mdinclude.html" (dict "name" "_layout/sidebar-before/_index" "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" "_include/sidebar-after/_index" "context" .) -}} \ No newline at end of file
+{{- partial "_mdinclude.html" (dict "name" "_layout/sidebar-after/_index" "context" .) -}} \ No newline at end of file