Source code for website arcusiridis.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.1 KiB

  1. {{ partial "matomo/foot.html" . }}
  2. {{ partial "iubenda/foot.html" . }}
  3. {{if eq .Params.opacity true}}
  4. <style>
  5. :root
  6. {
  7. --color-bg-main: #000;
  8. }
  9. </style>
  10. {{end}}
  11. {{- partial "script" (dict "Asset" "js/jquery.slim.js" "Defer" true "Root" $) -}}
  12. {{- partial "script" (dict "Asset" "js/foundation.js" "Defer" true "Root" $) -}}
  13. {{ if $.Site.Params.thumbnail -}}
  14. {{- partial "script" (dict "Asset" "js/thumbnail.js" "Defer" true "Root" $) -}}
  15. {{- end -}}
  16. {{- partial "shortcodes/partial.html" (dict "Prop" "foot" "Root" $) -}}
  17. {{- partial "sidebar/partial.html" (dict "Prop" "foot" "Root" $) -}}
  18. {{- partial "comments/partial.html" (dict "Prop" "foot" "Root" $) -}}
  19. {{- partial "plugins/partial.html" (dict "Prop" "foot" "Root" $) -}}
  20. {{- partial "script" (dict "Asset" "js/index.js" "Defer" true "Root" $) -}}
  21. {{- if ($.Scratch.Get "has_async_css") -}}
  22. {{- partial "script" (dict "Asset" "js/relpreload.js" "Root" $ "Defer" false) -}}
  23. {{- partial "script" (dict "Asset" "js/loadCSS.js" "Root" $ "Defer" false) -}}
  24. {{- partial "script" (dict "Asset" "js/asyncCSS.js" "Root" $ "Defer" false) -}}
  25. {{- end -}}