summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html3
-rw-r--r--layouts/_default/single.html2
2 files changed, 3 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index ebf732c..189d800 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -37,6 +37,7 @@
<html lang="{{ .Site.Language.Lang }}" class="no-js">
<head>
{{- partial "footer/scripts.html" (dict "page" . "type" "critical") -}}
+ {{- partial "footer/scripts.html" (dict "page" . "type" "functional") -}}
{{ block "head" . }}{{ end -}}
</head>
@@ -71,7 +72,7 @@
{{- partial "footer/social.html" . -}}
{{- partial "footer/footer.html" . -}}
{{ end }}
- {{- partial "footer/popup.html" . -}}
+ {{/* {{- partial "footer/popup.html" . -}} */}}
{{- partial "footer/toast-container.html" . -}}
{{- partial "assets/symbols.html" . -}}
{{- partialCached "footer/scripts.html" (dict "page" .) -}}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 8d772a1..e9a641a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -42,4 +42,4 @@
{{ end -}}
</div>
{{ template "_internal/disqus.html" . }}
-{{ end -}} \ No newline at end of file
+{{ end -}}