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