hugo-theme-relearn/layouts/partials/initial.html

7 lines
256 B
HTML
Raw Normal View History

2024-04-07 21:41:06 +02:00
{{- $title := partial "pageHelper/title.hugo" (dict "page" .) }}
{{- if not $title }}
{{- $title := site.Title }}
2023-12-02 01:09:45 +01:00
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
{{- end }}
{{- "layouts/partials/initial.md" | readFile | .RenderString }}