master
Will Faught 4 months ago
parent 5c1a75f346
commit d333035890

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

Loading…
Cancel
Save