From 9d59478cbd6db8660d974d5df28b312dc28e6216 Mon Sep 17 00:00:00 2001 From: hedy Date: Fri, 23 Feb 2024 15:27:44 +0800 Subject: Move from Font Awesome Kit to static files - Lemon's fa kit (free plan) had been used till now which had limitations such as total number of views that we've long exceeded - This gives more control on the static assets to use - Allows showing icons in development --- pydis_site/templates/base/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pydis_site/templates/base') 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 %} + + {% block head %}{% endblock %} -- cgit v1.2.3