WIP
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-06 15:27:35 +01:00
parent d33d5b6b22
commit 0e81802c9c
25 changed files with 699 additions and 15 deletions

View File

@ -0,0 +1,13 @@
{{/* 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 -}}
*/}}

View File

@ -0,0 +1 @@
<!-- Custom head -->

View File

@ -0,0 +1 @@
<!-- Insert scripts NOT needed by stylesheets here -->