From ee1ba12df5e8d6b2c70a65ed125482be4d193365 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 24 Dec 2025 01:42:45 -0600 Subject: [PATCH] Rename icon_code partial to icon_impl Fixes #126 --- layouts/_partials/icon.html | 2 +- layouts/_partials/{icon_code.html => icon_impl.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename layouts/_partials/{icon_code.html => icon_impl.html} (100%) diff --git a/layouts/_partials/icon.html b/layouts/_partials/icon.html index f2f972a..f50eac4 100644 --- a/layouts/_partials/icon.html +++ b/layouts/_partials/icon.html @@ -1 +1 @@ -{{ partialCached "icon_code.html" . . }} +{{ partialCached "icon_impl.html" . . }} diff --git a/layouts/_partials/icon_code.html b/layouts/_partials/icon_impl.html similarity index 100% rename from layouts/_partials/icon_code.html rename to layouts/_partials/icon_impl.html