Rename resource.html to func-resource.html

This commit is contained in:
Will Faught
2025-02-05 15:52:23 -08:00
parent 1370d35762
commit bee5071d91
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
{{ errorf "layouts/partials/paige/tag-script.html: no src" }}
{{ end }}
{{ with partial "paige/resource.html" (dict "page" $page "url" $src) }}
{{ with partial "paige/func-resource.html" (dict "page" $page "url" $src) }}
{{ $resource := . | minify | fingerprint }}
{{ $integrity = $resource.Data.Integrity }}
{{ $src = $resource.RelPermalink }}