import kgva site

This commit is contained in:
2026-06-29 01:37:03 +02:00
commit f7643602cb
103 changed files with 2015 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{{ define "bodyclass" }}home{{ end }}
{{ define "main" }}
{{ with .Params.heroImage }}
<figure class="hero__img">
<img src="{{ . | relURL }}" alt="" width="1200" height="1504" fetchpriority="high">
</figure>
{{ end }}
{{ end }}