kb-one-de/layouts/partials/footer/script-footer-custom.html
kB01 41a89ae883
Some checks failed
CI / build (push) Failing after 0s
Switched to Doks Theme (not building)
2025-04-24 18:32:17 +02:00

13 lines
490 B
HTML

{{/* Put your custom <script></script> tags here */}}
{{/* EXAMPLE - only load script for production
{{ if eq (hugo.Environment) "production" -}}
{{ partial "footer/esbuild" (dict "src" "js/instantpage.js" "load" "async" "transpile" false) -}}
{{ end -}}
*/}}
{{/* EXAMPLE - only load script for a page type e.g. contact or gallery
{{ if eq .Type "gallery" -}}
{{ partial "footer/esbuild" (dict "src" "js/gallery.js" "load" "async" "transpile" false) -}}
{{ end -}}
*/}}