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

8 lines
193 B
HTML
Raw Normal View History

{{ $_hugo_config := `{ "version": 1 }` }}
{{ $style := .Get 0 }}
{{ $title := $style | T }}
<div class="notices {{ $style }}">
2021-08-23 21:57:56 +00:00
<div class="label">{{ $title }}</div>
{{ .Inner }}
</div>