forked from MarseyWorld/MarseyWorld
Add birthgay event banner assets, template change.
parent
5e85f34d3c
commit
039991dd43
|
@ -248,7 +248,8 @@
|
|||
{% if sub %}
|
||||
<img alt="/h/{{sub.name}} banner" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{sub.banner_url}}')" loading="lazy" src="{{sub.banner_url}}" width=100% style="object-fit:cover;max-height:25vw">
|
||||
{% elif SITE_NAME == 'rDrama' %}
|
||||
{% set path = "assets/images/" + SITE_NAME + "/banners" %}
|
||||
{# set path = "assets/images/" + SITE_NAME + "/banners" #}
|
||||
{% set path = "assets/images/" + SITE_NAME + "/banners-birthgay" %}
|
||||
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=25' %}
|
||||
|
||||
<a href="https://secure.transequality.org/site/Donation2?df_id=1480">
|
||||
|
|
Loading…
Reference in New Issue