mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
8 lines
No EOL
455 B
HTML
8 lines
No EOL
455 B
HTML
{{- if (.Get "showfirstheading") }}
|
|
{{- warnf "%q: UNSUPPORTED parameter 'showfirstheading' for shortcode 'include' found, use 'hidefirstheading' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/migration/#420" .Page.File.Path }}
|
|
{{- end }}
|
|
{{- partial "shortcodes/include.html" (dict
|
|
"page" .Page
|
|
"file" (.Get "file" | default (.Get 0))
|
|
"hidefirstheading" (.Get "hidefirstheading" | default (.Get 1))
|
|
) }} |