Fix alias redirect template in Hugo 0.146.0

This commit is contained in:
Joshua Goins 2025-04-10 17:15:09 -04:00
parent b5038cd312
commit 9c7685ddbc

View file

@ -1 +1 @@
{{- template "_internal/alias.html" (dict "Permalink" .Params.target) -}}
{{- template "alias.html" (dict "Permalink" .Params.target) -}}