]> git.maquefel.me Git - brevno-suite/hugo/commit
tpl: Make {{ template "partials/foo.html" . }} work in older setups
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 14 Apr 2025 09:05:07 +0000 (11:05 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 14 Apr 2025 12:38:22 +0000 (14:38 +0200)
commit1e0287f4729f477c6b956fc50f0bfde0edecaa33
tree59966ebf74b08561d90a6a036f60ff12d1a33481
parent915ba3f7f0b2f2a2984c00801f0a1ac8f84f8e92
tpl: Make {{ template "partials/foo.html" . }} work in older setups

Fixes #13599
tpl/templates/templates_integration_test.go
tpl/tplimpl/legacy_integration_test.go [new file with mode: 0644]
tpl/tplimpl/templates.go
tpl/tplimpl/templatestore.go
tpl/tplimpl/tplimpl_integration_test.go