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
) }}

View File

@@ -12,7 +12,7 @@
{{ $sass := $params.sass }}
{{ if not $raw }}
{{ $resource := partial "paige/func-resource.html" (dict
{{ $resource := partial "paige/resource.html" (dict
"page" $page
"url" $href
) }}

View File

@@ -12,7 +12,7 @@
{{ if $raw }}
{{ $src = $src }}
{{ else }}
{{ $resource := (partial "paige/func-resource.html" (dict
{{ $resource := (partial "paige/resource.html" (dict
"page" $page
"url" $src
)) | minify | fingerprint }}

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
) }}