Convert docdock theme from submodule to native files and fix Hugo compatibility
This commit is contained in:
2
themes/docdock/layouts/shortcodes/notice.html
Normal file
2
themes/docdock/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 }}><p>{{ .Inner }}</p></div>
|
||||
Reference in New Issue
Block a user