github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/initial.html (about) 1 {{- $title := partial "pageHelper/title.hugo" (dict "page" .) }} 2 {{- if not $title }} 3 {{- $title := site.Title }} 4 <h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1> 5 {{- end }} 6 7 {{- "layouts/partials/initial.md" | readFile | .RenderString }}