fix
parent
d6ff1d3d1a
commit
fdca3762f4
|
@ -53,18 +53,30 @@
|
|||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap" rel="stylesheet">
|
||||
|
||||
|
||||
<style>:root{--primary:#{{v.themecolor}}}</style>
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=1019">
|
||||
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/assets/css/default.css?v=1019">
|
||||
{% if v.agendaposter %}
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=1019">
|
||||
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/assets/css/default.css?v=1019">
|
||||
<link rel="stylesheet" href="/assets/css/agendaposter.css?v=99">
|
||||
{% elif v.css %}
|
||||
<link rel="stylesheet" href="/@{{v.username}}/css">
|
||||
{% endif %}
|
||||
{% block stylesheets %}
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css?v=120">
|
||||
|
||||
{% assets 'css' %}
|
||||
<link rel="stylesheet" href="{{ ASSET_URL }}">
|
||||
{% endassets %}
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/default.css?v=1027">
|
||||
|
||||
{% 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 %}
|
||||
{% else %}
|
||||
<style>:root{--primary:#{{'DEFAULT_COLOR' | app_config}}</style>
|
||||
<!-- <link rel="stylesheet" href="/assets/css/{{'DEFAULT_THEME' | app_config}}.css?v=118"> -->
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
<link href="/assets/css/fa.css?v=52" rel="stylesheet">
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue