theme: restore compat with Hugo 0.95.0 #580

This commit is contained in:
Sören Weber 2023-06-28 19:40:07 +02:00
parent f2458d70a5
commit 20e14fb4d6
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -3,4 +3,4 @@
{{- partial "heading-pre.html" . }}<h1 id="{{ $title | anchorize }}">{{ $title }}</h1>{{ partial "heading-post.html" . }}
{{- end }}
{{- partial "initial.md" . | .RenderString }}
{{- "layouts/partials/initial.md" | readFile | .RenderString }}