hugo-theme-relearn/exampleSite/layouts/shortcodes/taxonomy.html

5 lines
No EOL
190 B
HTML

{{- partial "shortcodes/taxonomy.html" (dict
"page" .Page
"taxonomy" (.Get "taxonomy" | default (.Get 0))
"headingstyle" (.Get "headingstyle" | default (.Get 1))
) }}