Fix Learn theme addition to git
This commit is contained in:
2
themes/learn/layouts/shortcodes/notice.html
Normal file
2
themes/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