arcusiridis/layouts/partials/foot.html

37 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2019-07-29 12:44:36 +00:00
{{ partial "matomo/foot.html" . }}
{{ partial "iubenda/foot.html" . }}
{{if eq .Params.opacity true}}
<style>
:root
{
--color-bg-main: #000;
}
</style>
{{end}}
<!--
2020-05-28 13:13:24 +00:00
{{- partial "script" (dict "Asset" "js/jquery.slim.js" "Defer" true "Root" $) -}}
2019-07-29 12:44:36 +00:00
{{- partial "script" (dict "Asset" "js/foundation.js" "Defer" true "Root" $) -}}
-->
2019-07-29 12:44:36 +00:00
{{ if $.Site.Params.thumbnail -}}
{{- partial "script" (dict "Asset" "js/thumbnail.js" "Defer" true "Root" $) -}}
{{- end -}}
{{- partial "shortcodes/partial.html" (dict "Prop" "foot" "Root" $) -}}
{{- partial "sidebar/partial.html" (dict "Prop" "foot" "Root" $) -}}
{{- partial "comments/partial.html" (dict "Prop" "foot" "Root" $) -}}
{{- partial "plugins/partial.html" (dict "Prop" "foot" "Root" $) -}}
{{- partial "script" (dict "Asset" "js/index.js" "Defer" true "Root" $) -}}
{{- if ($.Scratch.Get "has_async_css") -}}
{{- partial "script" (dict "Asset" "js/relpreload.js" "Root" $ "Defer" false) -}}
{{- partial "script" (dict "Asset" "js/loadCSS.js" "Root" $ "Defer" false) -}}
{{- partial "script" (dict "Asset" "js/asyncCSS.js" "Root" $ "Defer" false) -}}
{{- end -}}