re-added cached banner

remotes/1693045480750635534/spooky-22
Aevann1 2022-05-30 04:33:07 +02:00
parent 3ece35a953
commit 79db8254d8
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@
{% if v and (v.is_banned or v.agendaposter) %}
<img alt="site banner" src="/assets/images/rDrama/banner2.webp?v=1" width="100%">
{% else %}
<img alt="site banner" src="{{image}}" width="100%">
<img alt="site banner" src="{% if v %}{{image}}{% else %}/assets/images/rDrama/cached.webp?v=100{% endif %}" width="100%">
{% endif %}
</a>
{% else %}