summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-21 11:52:05 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-21 11:52:05 -0400
commitdd9d1f2a9b1163cf2f242d359b5ee8e89de73ad0 (patch)
tree767f3c74965d82502f1a8f403cb415c42198f640 /nfsw/templates
parent3e67109e99104881e21949a1c1eaf8b97d81aa53 (diff)
nfsw/templates/base.html: Remove css from header. Add css template block.
Diffstat (limited to 'nfsw/templates')
-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>