Rename a.html to tag-a.html

This commit is contained in:
Will Faught
2024-07-12 13:41:58 -07:00
parent 368737c9a2
commit 879df35d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -283,9 +283,9 @@
{{ end }}
{{ $resource = $resource | fingerprint }}
{{ $content = partial "paige/a.html" (dict "content" $content "href" $resource.RelPermalink "page" $page) }}
{{ $content = partial "paige/tag-a.html" (dict "content" $content "href" $resource.RelPermalink "page" $page) }}
{{ else if $link }}
{{ $content = partial "paige/a.html" (dict "content" $content "href" $link "page" $page) }}
{{ $content = partial "paige/tag-a.html" (dict "content" $content "href" $link "page" $page) }}
{{ end }}
{{ $content }}