]> git.maquefel.me Git - brevno-suite/hugo/commit
tpl: Detect and fail on infinite template recursion
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 20 Apr 2025 16:20:17 +0000 (18:20 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 21 Apr 2025 13:17:20 +0000 (15:17 +0200)
commit1408c156d858bcc025533b8e168d180e32eee963
tree4fa4caeb88ea766b0a37c42c7fd58cf6e12754d7
parentbe3b14786022df139a8a3bcbbe477d00fc7a734c
tpl: Detect and fail on infinite template recursion

Fixes #13627
config/allconfig/load.go
hugolib/page__content.go
tpl/partials/partials.go
tpl/partials/partials_integration_test.go
tpl/template.go
tpl/tplimpl/templatestore.go
tpl/tplimpl/templatestore_integration_test.go