Forgot to update templates
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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' %}
|
||||
|
||||
@@ -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' %}
|
||||
|
||||
Reference in New Issue
Block a user