Rename target.html to func-target.html

This commit is contained in:
Will Faught
2025-02-05 15:54:24 -08:00
parent bee5071d91
commit 3bcd1c93db
6 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
{{ $microdata := $page.Params.paige.page.microdata }}
{{ $theme := "https://github.com/willfaught/paige" }}
{{ $target := partial "paige/target.html" (dict "page" $page "url" $theme) }}
{{ $target := partial "paige/func-target.html" (dict "page" $page "url" $theme) }}
{{ if eq $credit nil }}
{{ $targetString := "" }}