diff --git a/layouts/partials/paige/link.html b/layouts/partials/paige/link.html index 6e7eb096..d8b5b064 100644 --- a/layouts/partials/paige/link.html +++ b/layouts/partials/paige/link.html @@ -22,7 +22,7 @@ {{ if $template }} {{ $split := path.Split $href }} {{ $join := path.Join $split.Dir (print (sha1 $page) "-" $split.File) }} - {{ $resource = resources.ExecuteAsTemplate $join (or $page dict) . }} + {{ $resource = resources.ExecuteAsTemplate $join $page . }} {{ end }} {{ if $sass }}