website/layouts/errorpages/list.html
Vri 289161b91d
Some checks failed
ci/woodpecker/push/hugo-build Pipeline failed
fix: update syntax
2025-02-18 19:52:40 +01:00

11 lines
No EOL
357 B
HTML

{{- define "stylesheet" -}}
{{- $style := resources.Get "/scss/default.scss" | css.Sass (dict "outputStyle" "compressed") -}}
<link rel="preload stylesheet" as="style" href="{{ $style.Permalink }}" type="text/css" media="screen" />
{{- end -}}
{{- define "main" }}
<main>
<h2>{{ .Params.heading }}</h2>
<p>{{ .Params.subheading}}</p>
</main>
{{- end }}