fix
This commit is contained in:
parent
1bf59a9192
commit
b7e6b22cdc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<script src="/assets/js/bootstrap.js?v=1"></script>
|
<script src="/assets/js/bootstrap.js?v=1"></script>
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||||
<link rel="stylesheet" href="/assets/css/main.css?v=139">
|
<link rel="stylesheet" href="/assets/css/main.css?v=140">
|
||||||
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=125">
|
<link rel="stylesheet" href="/assets/css/{{v.theme}}.css?v=125">
|
||||||
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=125">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
|
{% if v.agendaposter %}<link rel="stylesheet" href="/assets/css/agendaposter.css?v=125">{% elif v.css %}<link rel="stylesheet" href="/@{{v.username}}/css">{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue