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

github.com/zwbetz-gh/cayman-hugo-theme.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, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index cc86ca1..0d2a659 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -2,10 +2,11 @@
<html lang="{{ .Site.Language.Lang }}">
{{ partial "head.html" . }}
<body>
- {{ partial "nav.html" . }}
+ {{ partial "header-nav.html" . }}
<section class="main-content">
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
</section>
+ {{ partial "google-analytics-async.html" . }}
</body>
</html>