first commit
This commit is contained in:
2
themes/hugo-theme-learn/layouts/shortcodes/notice.html
Normal file
2
themes/hugo-theme-learn/layouts/shortcodes/notice.html
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}>{{ .Inner }}</div>
|
||||
Reference in New Issue
Block a user