hugo-theme-relearn/layouts/shortcodes/button.html
2022-10-19 18:03:38 +02:00

11 lines
No EOL
362 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- partial "shortcodes/button.html" (dict
"context" .
"content" .Inner
"href" (.Get "href")
"icon" (.Get "icon")
"iconposition" ((.Get "iconposition") | default (.Get "icon-position"))
"style" (.Get "style")
"title" (.Get "title")
"target" (.Get "target")
) }}