hugo-theme-relearn/layouts/shortcodes/notice.html
Sören Weber fe7eb1d432
theme: wildspace
in shortcodes and shortcode output
2021-09-12 09:44:34 +02:00

7 lines
No EOL
196 B
HTML

{{- $_hugo_config := `{ "version": 1 }` }}
{{- $style := .Get 0 }}
{{- $title := $style | T }}
<div class="notices {{ $style }}">
<div class="label">{{ $title }}</div>
{{- .Inner }}
</div>