diff --git a/layouts/partials/paige/tag-link.html b/layouts/partials/paige/tag-link.html
index 391f41c4..d2d43ed1 100644
--- a/layouts/partials/paige/tag-link.html
+++ b/layouts/partials/paige/tag-link.html
@@ -22,7 +22,7 @@
{{ if $template }}
{{ $split := path.Split $href }}
{{ $join := path.Join $split.Dir (print (printf "%#v" $context | sha1) "-" $split.File) }}
- {{ $resource = resources.ExecuteAsTemplate $join $context . }}
+ {{ $resource = resources.ExecuteAsTemplate $join $context $resource }}
{{ end }}
{{ if $sass }}