mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
7 lines
187 B
HTML
7 lines
187 B
HTML
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
{{ $style := .Get 0 }}
|
|
{{ $title := $style | T }}
|
|
<div class="notices {{ $style }}">
|
|
<div class="label">{{ $title }}</div>
|
|
{{ .Inner }}
|
|
</div>
|