mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Reimplement and simplify Hugo's template system
See #13541 for details. Fixes #13545 Fixes #13515 Closes #7964 Closes #13365 Closes #12988 Closes #4891
This commit is contained in:
@@ -34,6 +34,7 @@ const (
|
||||
|
||||
// The following are (currently) temporary nodes,
|
||||
// i.e. nodes we create just to render in isolation.
|
||||
KindTemporary = "temporary"
|
||||
KindRSS = "rss"
|
||||
KindSitemap = "sitemap"
|
||||
KindSitemapIndex = "sitemapindex"
|
||||
|
Reference in New Issue
Block a user