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