duwiuishsuehgdz

remotes/1693045480750635534/spooky-22
fireworks88 2021-08-23 13:26:11 +02:00
parent f20c878312
commit 88a2e02349
1 changed files with 4 additions and 2 deletions

View File

@ -195,7 +195,7 @@
{% if p.award_count("gold") %}
{% set sparkles = 10*p.award_count("gold") if p.award_count("gold") <= 5 else 50 %}
<script>
document.querySelector("#post-body").sparkle({
document.querySelector("#post-text").sparkle({
count: {{ sparkles }},
minAge: 500,
maxAge: 1000,
@ -306,7 +306,9 @@
{% endif %}
{% endif %}
{{p.realbody(v) | safe}}
<div id="post-text">
{{p.realbody(v) | safe}}
</div>
{% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %}
{% include "embeds/twitterlight.html" %}