Rename func-resource.html to resource.html

This commit is contained in:
Will Faught
2023-02-22 23:15:23 -08:00
parent a3dc86ddba
commit f51197145f
5 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
{{ $resource := "" }}
{{ if not $raw }}
{{ $resource = partial "paige/func-resource.html" (dict
{{ $resource = partial "paige/resource.html" (dict
"page" .Page
"url" $image
) }}