mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Merge commit 'bb147f91ee9078e6a55e8c32ab4b2e5dbc5cee45'
This commit is contained in:
11
docs/layouts/_shortcodes/newtemplatesystem.html
Normal file
11
docs/layouts/_shortcodes/newtemplatesystem.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ $text := `We did a complete overhaul of Hugo's template system in v0.146.0.
|
||||
We're working on getting all of the relevant documentation up to date, but until
|
||||
then, see [this page](/templates/new-templatesystem-overview/). `
|
||||
}}
|
||||
{{ partial "layouts/blocks/alert.html"
|
||||
(dict
|
||||
"color" "orange"
|
||||
"icon" "information-circle"
|
||||
"text" ($text | $.Page.RenderString )
|
||||
"title" "")
|
||||
}}
|
Reference in New Issue
Block a user