hugo-theme-relearn/layouts/_default/baseof.md

6 lines
221 B
Markdown
Raw Normal View History

2025-02-16 00:03:08 +01:00
{{/* 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 }}