diff options
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/base/base.html | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index e497298a..0eb10975 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -26,7 +26,8 @@    {% bulma %}    {% bulma 'dark' include_js=False %} -  {% font_awesome %} +  <link href="{% static 'fontawesome/css/all.min.css' %}" rel="stylesheet" type="text/css"> +    <link rel="stylesheet" href="{% static "css/base/base.css" %}">    {% block head %}{% endblock %} | 
