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.
remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-10-14 15:34:20 -04:00
parent 419ed61dd3
commit b6703595da
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}