Files
portails/layouts/app.p4pillon.org/partials/footer/script-footer-custom.html
Simon C 9f62c8aabb
All checks were successful
continuous-integration/drone/push Build is passing
WIP
2024-03-08 10:23:03 +01:00

14 lines
477 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 -}}
*/}}