mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
7 lines
No EOL
256 B
HTML
7 lines
No EOL
256 B
HTML
{{- $title := partial "pageHelper/title.hugo" (dict "page" .) }}
|
|
{{- if not $title }}
|
|
{{- $title := site.Title }}
|
|
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
|
|
{{- end }}
|
|
|
|
{{- "layouts/partials/initial.md" | readFile | .RenderString }} |