mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Merge commit 'a024bc7d76fcc5e49e8210f9b0896db9ef21861a'
This commit is contained in:
7
docs/layouts/shortcodes/note.html
Normal file
7
docs/layouts/shortcodes/note.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
{{ partial "layouts/blocks/alert.html" (dict
|
||||
"text" .Inner
|
||||
"color" "blue"
|
||||
"icon" "exclamation"
|
||||
)
|
||||
}}
|
Reference in New Issue
Block a user