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

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rwxr-xr-xlayouts/_default/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1b5d721..dc5e33b 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,7 +16,8 @@
{{ end }}
{{ partial "site-style.html" . }}
-
+ {{ partial "site-scripts.html" . }}
+
{{ block "favicon" . }}
{{ partialCached "site-favicon.html" . }}
{{ end }}