aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2024-03-02 11:34:26 +0100
committerGravatar GitHub <[email protected]>2024-03-02 11:34:26 +0100
commit39366c3a8140af2e5a5fc032ec6857c04e4fb29f (patch)
treec3d4f3cde2802ee7959368e9ad188d41b5139a0b /pydis_site/templates
parentMerge pull request #1247 from python-discord/dependabot/pip/ruff-0.3.0 (diff)
parentMerge branch 'main' into feat/font-awesome-plugin (diff)
Merge pull request #1232 from python-discord/feat/font-awesome-plugin
Move from Font Awesome Kit to serving our own FA static files
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/base/base.html3
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 %}