hugo-theme-relearn/layouts/shortcodes/notice.html

7 lines
No EOL
215 B
HTML

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