itd-site/themes/hugo-theme-relearn/layouts/shortcodes/notice.html

7 lines
196 B
HTML
Raw Normal View History

2021-10-24 09:25:31 +00:00
{{- $_hugo_config := `{ "version": 1 }` }}
{{- $style := .Get 0 }}
{{- $title := $style | T }}
<div class="notices {{ $style }}">
<div class="label">{{ $title }}</div>
{{- .Inner }}
</div>