forked from MarseyWorld/MarseyWorld
Revert "make 819.webp the only sidebar image for a couple of days to hopefully piss off someone"
This reverts commit d244124d47
.
It's been a few days, reverted upon Carp request.
master
parent
419ed61dd3
commit
b6703595da
|
@ -13,8 +13,8 @@
|
|||
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="/i/{{SITE_NAME}}/sidebar2.webp" width=100%>
|
||||
</a>
|
||||
{% elif not (sub and sub.name == 'chudrama' and v.truecoins < 5000) %}
|
||||
<a href="/assets/images/rDrama/sidebar/819.webp?v=45">
|
||||
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="/assets/images/rDrama/sidebar/819.webp?v=45" width=100%>
|
||||
<a href="{{image}}">
|
||||
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
|
||||
</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue