forked from MarseyWorld/MarseyWorld
duwiuishsuehgdz
parent
c8b073fb41
commit
545bab6398
|
@ -193,13 +193,13 @@
|
||||||
|
|
||||||
<script src="/assets/js/sparkle.min.js" type="text/javascript"></script>
|
<script src="/assets/js/sparkle.min.js" type="text/javascript"></script>
|
||||||
<script>
|
<script>
|
||||||
document.querySelector("body").sparkle();
|
document.querySelector("#post-root").sparkle();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
|
|
||||||
<div class="col-12">
|
<div id="post-root" class="col-12">
|
||||||
|
|
||||||
<div id="post-{{p.id}}" class="card border-0 mt-3{% if p.is_suspended %} banned{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}">
|
<div id="post-{{p.id}}" class="card border-0 mt-3{% if p.is_suspended %} banned{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}">
|
||||||
<div class="{% if p.deleted_utc > 0 %}deleted {% endif %}d-flex flex-row-reverse flex-nowrap justify-content-end">
|
<div class="{% if p.deleted_utc > 0 %}deleted {% endif %}d-flex flex-row-reverse flex-nowrap justify-content-end">
|
||||||
|
@ -285,8 +285,6 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h3>{{ p.award_count("shit") }} | {{ p.award_count("gold") }}</h3>
|
|
||||||
|
|
||||||
{{p.realbody(v) | safe}}
|
{{p.realbody(v) | safe}}
|
||||||
|
|
||||||
{% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %}
|
{% if p.domain == "twitter.com" and (v and v.theme.split("_")[0] in ["light", "coffee", "4chan"]) %}
|
||||||
|
|
Loading…
Reference in New Issue