remotes/1693045480750635534/spooky-22
Aevann1 2022-02-06 01:21:54 +02:00
parent 383ad1777b
commit b1f4b32239
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@
{% set icon = ('marseyblm','marseykween','marseydynamite','marseyblack','marseymyeisha','marseyetika','marseyobama','marseyblackcop','marseysosa','marseyblackface')|random() %}
<img alt="header icon" height=35 src="/static/assets/images/emojis/{{icon}}.webp?a=1008">
{% else %}
<img alt="header icon" class="mt-1" height=35 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?a=1009">
<img alt="header icon" class="mt-1" height=30 src="/static/assets/images/{{SITE_NAME}}/headericon.webp?a=1009">
{% endif %}
{% if SITE_NAME == 'Drama' %}
<img alt="logo" src="/static/assets/images/{{SITE_NAME}}/logo.webp?a=1010" height=20 width=77>
{% elif sub %}
<a href="/s/{{sub.name}}" class="font-weight-bold ml-1 mt-2">/s/{{sub.name}}</a>
<a href="/s/{{sub.name}}" class="font-weight-bold ml-2 mt-2">/s/{{sub.name}}</a>
{% endif %}
</a>
</div>