From aa544697cec36b794058942841f497b2ef6fddaa Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Mon, 17 Nov 2025 21:17:21 -0700 Subject: [PATCH] fix: Remove "Licensed by CC" on each post --- _layouts/post.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 10f0fbd..e8c1d4e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -120,18 +120,6 @@ tail_includes: d-flex justify-content-between align-items-center mt-3 pb-2 " > -
- {% if site.data.locales[lang].copyright.license.template %} - {% capture _replacement %} - - {{ site.data.locales[lang].copyright.license.name }} - - {% endcapture %} - - {{ site.data.locales[lang].copyright.license.template | replace: ':LICENSE_NAME', _replacement }} - {% endif %} -
- {% include post-sharing.html lang=lang %} -- 2.51.2