Removing reliance on rDrama assets

This commit is contained in:
Michael House 2022-05-03 22:10:41 -05:00
parent a18b2f134e
commit e9d6bb151e
8 changed files with 8 additions and 23 deletions

View file

@ -198,9 +198,6 @@
{% if c.ghost %}
👻
{% else %}
{% if SITE_NAME=='rDrama' and c.author.house %}
<img src="/assets/images/{{SITE_NAME}}/houses/{{c.author.house}}.webp?v=7" height="20" data-bs-toggle="tooltip" data-bs-placement="bottom" title="House {{c.author.house}}" alt="House {{c.author.house}}">
{% endif %}
{% if c.author.verified %}<i class="fas fa-badge-check align-middle ml-1 {% if c.author.verified=='Glowiefied' %}glow{% endif %}" style="color:{% if c.author.verifiedcolor %}#{{c.author.verifiedcolor}}{% else %}#1DA1F2{% endif %}" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{c.author.verified}}"></i>
{% endif %}