13 lines
319 B
HTML
13 lines
319 B
HTML
|
|
{{ 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 }} |