mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🧹 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:
parent
98e8c8eb1e
commit
bc65184cd6
1 changed files with 0 additions and 15 deletions
|
@ -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> -->
|
||||
#}
|
Loading…
Add table
Add a link
Reference in a new issue