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

6 lines
226 B
Markdown
Raw Normal View History

{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
{{- if .RelPermalink -}}
# {{ .Title }}
2025-02-11 18:46:05 +01:00
{{ strings.TrimLeft "\n\r\t " .RawContent | safeHTML }}
{{- end }}