diff --git a/layouts/partials/paige/image.html b/layouts/partials/paige/image.html index 77b3348f..fee1c96e 100644 --- a/layouts/partials/paige/image.html +++ b/layouts/partials/paige/image.html @@ -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 }} diff --git a/layouts/partials/paige/a.html b/layouts/partials/paige/tag-a.html similarity index 100% rename from layouts/partials/paige/a.html rename to layouts/partials/paige/tag-a.html