diff options
Diffstat (limited to 'layouts/_default/baseof.html')
| -rw-r--r-- | layouts/_default/baseof.html | 3 |
1 files changed, 2 insertions, 1 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" .) -}} |
