Rename a.html to tag-a.html

master
Will Faught 12 months ago
parent 368737c9a2
commit 879df35d0d

@ -283,9 +283,9 @@
{{ end }} {{ end }}
{{ $resource = $resource | fingerprint }} {{ $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 }} {{ 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 }} {{ end }}
{{ $content }} {{ $content }}

Loading…
Cancel
Save