mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
9222821974
which hopefully no one ever sees
6 lines
No EOL
244 B
HTML
6 lines
No EOL
244 B
HTML
{{- if or .IsHome (not .Title) }}
|
|
{{- $title := .Site.Title }}
|
|
{{- partial "heading-pre.html" . }}<h1 id="{{ $title | anchorize }}">{{ $title }}</h1>{{ partial "heading-post.html" . }}
|
|
{{- end }}
|
|
|
|
{{- partial "initial.md" . | markdownify }} |