hugo-theme-relearn/docs/layouts/shortcodes/taxonomy.html
2025-01-29 23:30:58 +01:00

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))
) }}