hugo-theme-relearn/layouts/partials/initial.html
2023-12-02 01:09:45 +01:00

6 lines
No EOL
192 B
HTML

{{- if not .Title }}
{{- $title := .Site.Title }}
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
{{- end }}
{{- "layouts/partials/initial.md" | readFile | .RenderString }}