4o1x5.dev/layouts/page/projects.html

13 lines
319 B
HTML
Raw Normal View History

2024-07-15 20:55:29 +02:00
{{ define "body-class" }}template-search{{ end }}
{{ define "head" }}
{{- with .OutputFormats.Get "json" -}}
<link rel="preload" href="{{ .RelPermalink }}" as="fetch" crossorigin="anonymous">
{{- end -}}
{{ end }}
{{ define "main" }}
<h1>Projects</h1>
{{ partialCached "footer/footer" . }}
{{ end }}