Forgot to update templates

This commit is contained in:
Simon Conseil
2020-12-19 23:59:52 -03:00
parent a1c0c72103
commit 6d56b28ff2
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<link rel="stylesheet" href="{{ theme.url }}/css/skeleton.css">
<link rel="stylesheet" href="{{ theme.url }}/css/colorbox.css">
<link rel="stylesheet" href="{{ theme.url }}/css/style.css">
{% if settings.user_css %}
{% if user_css %}
<link rel="stylesheet" href="{{ theme.url }}/{{ user_css }}">
{% endif %}
{% block extra_head %}{% endblock extra_head %}

View File

@@ -12,8 +12,8 @@
<link rel="stylesheet" href="{{ theme.url }}/css/normalize.css">
<link rel="stylesheet" href="{{ theme.url }}/themes/{{ settings.galleria_theme }}/galleria.{{ settings.galleria_theme }}.css">
<link rel="stylesheet" href="{{ theme.url }}/css/style.css">
{% if settings.user_css %}
<link rel="stylesheet" href="{{ theme.url }}/{{ settings.user_css }}">
{% if user_css %}
<link rel="stylesheet" href="{{ theme.url }}/{{ user_css }}">
{% endif %}
{% block extra_head %}{% endblock extra_head %}
{% include 'analytics.html' %}

View File

@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
{% block extra_head %}{% endblock extra_head %}
<link rel="stylesheet" href="{{ theme.url }}/styles.css">
{% if settings.user_css %}
{% if user_css %}
<link rel="stylesheet" href="{{ theme.url }}/{{ user_css }}">
{% endif %}
{% include 'analytics.html' %}