Initial Commit
This commit is contained in:
7
themes/hugo-theme-relearn/layouts/shortcodes/notice.html
Normal file
7
themes/hugo-theme-relearn/layouts/shortcodes/notice.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{- $_hugo_config := `{ "version": 1 }` }}
|
||||
{{- $style := .Get 0 }}
|
||||
{{- $title := $style | T }}
|
||||
<div class="notices {{ $style }}">
|
||||
<div class="label">{{ $title }}</div>
|
||||
{{- .Inner }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user