forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/Drama into frost

master
Aevann1 2022-07-10 11:29:57 +02:00
commit 4d987c8d87
1 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
<div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 pb-5 bg-white" id="sidebar-content"> <div class="col sidebar text-left {% if '/sidebar' not in request.path %}d-none d-lg-block{% endif %} pt-3 pb-5 bg-white" id="sidebar-content">
{% if sub %} {% if sub %}
{% set image=sub.sidebar_url %} {% set image = sub.sidebar_url %}
{% else %} {% else %}
{% set image='/i/' + SITE_NAME + '/sidebar.webp?v=2000' %} {% set image = asset_siteimg('sidebar.webp') %}
{% endif %} {% endif %}
{#<a href="{{image}}"> <a href="{{image}}">
<img class="mb-4" alt="sidebar image" role="button" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%> <img class="mb-4" alt="sidebar image" role="button" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
</a>#} </a>
<p class="mt-1 ml-2 mb-4 text-center"> <p class="mt-1 ml-2 mb-4 text-center">
{% if g.loggedin_counter %} {% if g.loggedin_counter %}