🧹 chore(webmentions): remove commented-out script tags

- delete unused script tags from the webmentions partial template
- cleanup improves readability and reduces clutter
This commit is contained in:
Jeremiah Russell 2025-03-19 15:01:21 +00:00
parent 98e8c8eb1e
commit bc65184cd6
No known key found for this signature in database
GPG key ID: E576B835ACE207E5

View file

@ -52,18 +52,3 @@
>
</script>
{#
<script src="{{ get_url(path='js/webmention.js', trailing_slash=false) | safe }}"
data-id='webmentions'
data-page-url='https://beesbuzz.biz/code/439-Falsehoods-programmers-believe-about-email'
data-wordcount='20'
async>
</script>
<!-- <script src="{{ get_url(path='js/webmention.min.js', trailing_slash=false) | safe }}"
data-id="webmentions-condensed"
data-page-url="https://beesbuzz.biz/code/439-Falsehoods-programmers-believe-about-email"
data-comments-are-reactions="true"
data-wordcount="20"
async="">
</script> -->
#}