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

@@ -27,7 +27,7 @@
{{ $src = relLangURL $src }}
{{ else }}
{{ if not $resource }}
{{ $resource = partial "paige/func-resource.html" (dict
{{ $resource = partial "paige/resource.html" (dict
"page" $page
"url" $src
) }}