hugo-theme-relearn/layouts/partials/initial.html
2023-06-28 19:40:07 +02:00

6 lines
No EOL
264 B
HTML

{{- if or .IsHome (not .Title) }}
{{- $title := .Site.Title }}
{{- partial "heading-pre.html" . }}<h1 id="{{ $title | anchorize }}">{{ $title }}</h1>{{ partial "heading-post.html" . }}
{{- end }}
{{- "layouts/partials/initial.md" | readFile | .RenderString }}