mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
6 lines
No EOL
262 B
HTML
6 lines
No EOL
262 B
HTML
{{- if not .Title }}
|
|
{{- $title := .Site.Title }}
|
|
{{- partial "heading-pre.html" . }}<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>{{ partial "heading-post.html" . }}
|
|
{{- end }}
|
|
|
|
{{- "layouts/partials/initial.md" | readFile | .RenderString }} |