From 5243ee311538b481f8a8f47100f3b02b7b407a55 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 12 Jul 2024 13:45:26 -0700 Subject: [PATCH] Rename img.html to tag-img.html --- layouts/partials/paige/image.html | 2 +- layouts/partials/paige/{img.html => tag-img.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename layouts/partials/paige/{img.html => tag-img.html} (100%) diff --git a/layouts/partials/paige/image.html b/layouts/partials/paige/image.html index fee1c96e..f69f8576 100644 --- a/layouts/partials/paige/image.html +++ b/layouts/partials/paige/image.html @@ -227,7 +227,7 @@ {{ $src = absLangURL $src }} {{ end }} -{{ $content := partial "paige/img.html" (dict +{{ $content := partial "paige/tag-img.html" (dict "alt" $alt "class" $class "fetchpriority" $fetchpriority diff --git a/layouts/partials/paige/img.html b/layouts/partials/paige/tag-img.html similarity index 100% rename from layouts/partials/paige/img.html rename to layouts/partials/paige/tag-img.html