hugo-theme-relearn/layouts/shortcodes/button.html
2022-06-22 21:41:23 +02:00

10 lines
No EOL
293 B
HTML

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