Files
hugo/layouts/shortcodes/note.html
T
Bjørn Erik Pedersen bdf97b7b45 Add new theme
2025-02-11 16:30:05 +01:00

8 lines
150 B
HTML

{{ $_hugo_config := `{ "version": 1 }` }}
{{ partial "layouts/blocks/alert.html" (dict
"text" .Inner
"color" "blue"
"icon" "exclamation"
)
}}