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:
Diffstat (limited to 'layouts/partials/body-header.html')
-rw-r--r--layouts/partials/body-header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/body-header.html b/layouts/partials/body-header.html
index 1b32e30..56a1af1 100644
--- a/layouts/partials/body-header.html
+++ b/layouts/partials/body-header.html
@@ -7,7 +7,7 @@
<div>
{{- $defaultheader := printf "<a class='baselink' href='%s'>%s</a>" .Site.BaseURL .Site.Title -}}
- {{- partial "_mdinclude.html" (dict "name" "_layout/header/_index" "context" . "tip" $defaultheader ) -}}
+ {{- partial "_mdinclude.html" (dict "name" "header" "context" . "tip" $defaultheader ) -}}
</div>
{{- with .Site.Menus.shortcuts}}