forked from rDrama/rDrama
1
0
Fork 0

remove event favicons

master
Aevann 2023-04-27 14:36:59 +02:00
parent 3282e07422
commit 9d1a004be0
4 changed files with 1 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -62,13 +62,7 @@
'/h/'+sub.name, sub.sidebar if sub.sidebar %}
{% endif %}
{% if IS_DKD() %}
{% set favicon_url = macros.random_image('assets/events/DKD/images/favicon') %}
{% else %}
{% set favicon_url = '/icon.webp?x=2' %}
{% endif %}
<link rel="icon" type="image/webp" href="{{favicon_url}}">
<link rel="icon" type="image/webp" href="/icon.webp?x=2">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="thumbnail" content="{{'site_preview.webp' | asset_siteimg}}">