hugo-theme-relearn/layouts/_default/baseof.md
2025-02-11 18:46:06 +01:00

6 lines
No EOL
226 B
Markdown

{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
{{- if .RelPermalink -}}
# {{ .Title }}
{{ strings.TrimLeft "\n\r\t " .RawContent | safeHTML }}
{{- end }}