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 %}