remove unnecessary

master
Aevann 2024-04-08 14:47:58 +02:00
parent 30a962df5f
commit 2344a223e9
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
{% else %}
<script defer src="{{'js/vendor/twitter.js' | asset}}"></script>
{% endif %}
{% elif p.domain in ['youtu.be','youtube.com'] and p.embed and p.embed.startswith('<lite-youtube') %}
{% elif p.domain in ['youtu.be','youtube.com'] and p.embed.startswith('<lite-youtube') %}
<p class="resizable yt" style="width:100%">
{{p.embed | safe}}
</p>