aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-05 13:40:49 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-05 13:40:49 +0100
commit304af6d64733521b49c3ac4e49ee07f76bae3a34 (patch)
tree5783c9e70dd48bd0da4a22a11cb19f7aa0fc26dc /pysite/templates
parent[#193] Replace Poetry with Pipenv (diff)
[#158 #160] Add crispy-bulma and simple-bulma
Diffstat (limited to 'pysite/templates')
-rw-r--r--pysite/templates/base.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/pysite/templates/base.html b/pysite/templates/base.html
index f8a24962..1dcdfdc4 100644
--- a/pysite/templates/base.html
+++ b/pysite/templates/base.html
@@ -1,4 +1,5 @@
{# Base template, with a few basic style definitions. #}
+{% load django_simple_bulma %}
{% load static %}
<!DOCTYPE html>
@@ -7,7 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Python Discord | {% block page_title %}Website{% endblock %}</title>
<meta name="description" content="{% block page_description %}We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.{% endblock %}">
- <link rel="stylesheet" href="{% static 'css/bulma.css' %}">
+
+ {% bulma %}
+ {% font_awesome %}
{% block head %}{% endblock %}
</head>
<body>