forked from MarseyWorld/MarseyWorld
fsd
parent
383ad1777b
commit
b1f4b32239
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue