summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/nfsw/templates/base.html b/nfsw/templates/base.html
index 480d27e..771f2d3 100644
--- a/nfsw/templates/base.html
+++ b/nfsw/templates/base.html
@@ -4,7 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{% block title %}{% endblock %} - NFSW</title>
- <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
+
+ {% block css %}{% endblock %}
+
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
</head>
<body>