hugo-theme-relearn/layouts/partials/article-content.html
Sören Weber 4adf99061b
theme: make migration easier #891
content.html is meant to be overloaded by the user and it should just work
so every logic needs to be put somewhere else
2024-10-11 16:45:41 +02:00

4 lines
No EOL
191 B
HTML

{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
{{- if .RelPermalink }}
{{- partial "content.html" . | safeHTML }}
{{- end }}