mirror of
http://git.carcosa.net/jmcbray/brutaldon.git
synced 2024-11-23 15:23:52 -05:00
Actually load themes
This commit is contained in:
parent
19a410aded
commit
46fc7ecc4d
@ -13,16 +13,22 @@
|
|||||||
brutaldon
|
brutaldon
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}</title>
|
{% endblock %}</title>
|
||||||
{% if not preferences.theme.is_brutalist %}
|
{% if not preferences %}
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static 'css/bulma.min.css' %}">
|
href="{% static 'css/bulma.min.css' %}">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static 'css/fork-awesome.min.css' %}">
|
href="{% static 'css/fork-awesome.min.css' %}">
|
||||||
<link rel="stylesheet" href="{% static "css/brutaldon.css" %}">
|
<link rel="stylesheet" href="{% static "css/brutaldon.css" %}">
|
||||||
{% block page_scripts %}
|
{% else %}
|
||||||
{% endblock %}
|
<link rel="stylesheet"
|
||||||
{% else %}
|
href="{% static preferences.theme.main_css %}">
|
||||||
<link rel="stylesheet" href="{% static "css/fullbrutalism.css" %}" >
|
<link rel="stylesheet" href="{% static preferences.theme.tweaks_css %}">
|
||||||
|
{% if not prefrences.theme.is_brutalist %}
|
||||||
|
<link rel="stylesheet"
|
||||||
|
href="{% static 'css/fork-awesome.min.css' %}">
|
||||||
|
{% block page_scripts %}
|
||||||
|
{% endblock %}
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if own_acct %}
|
{% if own_acct %}
|
||||||
<link rel="icon" href="{{ own_acct.avatar_static }}">
|
<link rel="icon" href="{{ own_acct.avatar_static }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user