aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main/base.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-21 14:46:34 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-21 14:46:34 +0000
commitd14c145621f6515c7e2b46a5cd28cd5c0ee3a65e (patch)
tree90bce15f8245b111ed63d546248399134b71f7c1 /templates/main/base.html
parentIndex page prose (diff)
More landing page work. Also: Blurple!
Diffstat (limited to 'templates/main/base.html')
-rw-r--r--templates/main/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index ead411c4..96a25554 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -8,7 +8,7 @@
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.39/js/uikit.min.js"></script>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.39/css/uikit.min.css" />
+ <link rel="stylesheet" href="/static/uikit_blurple.css" />
<link rel="stylesheet" href="/static/style.css" />
{% endblock %}
</head>