This commit is contained in:
Will Faught
2025-03-02 22:50:43 -08:00
parent 5c1a75f346
commit d333035890

View File

@@ -17,7 +17,7 @@
{{ errorf "layouts/partials/paige/tag-link.html: no href" }}
{{ end }}
{{ if $resource }}
{{ if $resource }}
{{ if $template }}
{{ $split := path.Split $href }}
{{ $join := path.Join $split.Dir (print (printf "%#v" $context | sha1) "-" $split.File) }}