-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Description
Using Hugo v0.146.3, the following page template no longer renders:
{{- template "_internal/alias.html" (dict "Permalink" .Params.target) -}}I have tried removing the _internal prefix:
{{- template "alias.html" (dict "Permalink" .Params.target) -}}and rendering with partial rather than template:
{{- partial "alias.html" (dict "Permalink" .Params.target) -}}Both of these give the following error:
Error: error copying static files: html/template:redirect/single.html:1:13: no such template "_internal/alias.html"