]> git.maquefel.me Git - brevno-suite/hugo/commit
Fix panic on edit of legacy mapped template names that's also a valid path in the...
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 8 Apr 2026 10:07:37 +0000 (12:07 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 8 Apr 2026 11:19:45 +0000 (13:19 +0200)
commitc48551677c2504e3f2d7fa53ee42766e0333b957
tree2933d0e67eebe243f743ca855b8fb245b0712721
parent161d0d475773c5251ec00cc8848f1a174393155c
Fix panic on edit of legacy mapped template names that's also a valid path in the new setup

This mapping was added in Hugo `v0.146.0`.

Fixes #14740
hugolib/rebuild_test.go
tpl/tplimpl/templates.go
tpl/tplimpl/templatestore.go