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

7 lines
256 B
HTML
Raw Normal View History

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