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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index fbf3fab..ea5525d 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -4,12 +4,11 @@
<body>
<div id="main">
- {{- partial "nav.html" . -}}
- <!-- {{- partial "header.html" . -}} -->
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
{{- partial "backtotop.html" . -}}
+ {{- partial "navburger.html" . -}}
{{- block "script" . }}{{- end }}
</body>