mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-03-20 16:15:09 +00:00
5 lines
No EOL
239 B
HTML
5 lines
No EOL
239 B
HTML
{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
|
|
{{- if .RelPermalink }}
|
|
{{- partial "content-lead.html" . | safeHTML }}
|
|
{{- partial "content.html" . | safeHTML }}
|
|
{{- end }} |