Add head block to base.html to allow custom CSS per page
This commit is contained in:
parent
d54444eeca
commit
60a7fd1d44
@ -12,6 +12,7 @@
|
|||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/layout.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/layout.css') }}" />
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/status-text.css') }}" />
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/status-text.css') }}" />
|
||||||
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}" />
|
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}" />
|
||||||
|
{% block head %}{% endblock %}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function () {
|
(function () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user