master
kek7198 2021-12-12 09:05:06 -06:00
parent 15a8c5d22a
commit ecc6f5a2b7
1 changed files with 12 additions and 12 deletions

View File

@ -29,25 +29,25 @@
{% block stylesheets %} {% block stylesheets %}
<link rel="stylesheet" href="/assets/css/main.css?v=126"> <link rel="stylesheet" href="/assets/css/main.css?v=136">
{% assets 'css' %} {% assets 'css' %}
<link rel="stylesheet" href="{{ ASSET_URL }}"> <link rel="stylesheet" href="{{ ASSET_URL }}">
{% endassets %} {% endassets %}
<link rel="stylesheet" href="/assets/css/mistletoe.css?v=18"> <link rel="stylesheet" href="/assets/css/mistletoe.css?v=27">
{% if v %} {% if v %}
<style>:root{--primary:#{{v.themecolor}}}</style> <style>:root{--primary:#{{v.themecolor}}}</style>
<!-- <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=118"> --> <!-- <link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=118"> -->
{% if v.agendaposter %} {% if v.agendaposter %}
<link rel="stylesheet" href="/assets/css/agendaposter.css?v=120"> <link rel="stylesheet" href="/assets/css/agendaposter.css?v=120">
{% elif v.css %} {% elif v.css %}
<link rel="stylesheet" href="/@{{v.username}}/css"> <link rel="stylesheet" href="/@{{v.username}}/css">
{% endif %} {% endif %}
{% else %} {% else %}
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style> <style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
<!-- <link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=118"> --> <!-- <link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=118"> -->
{% endif %} {% endif %}
{% endblock %} {% endblock %}