mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
7 lines
No EOL
215 B
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> |