diff options
author | 2022-01-27 10:21:38 +0100 | |
---|---|---|
committer | 2022-01-27 10:21:38 +0100 | |
commit | 231ed09ec52ca9c05bc5697310f49824f05ff63e (patch) | |
tree | 685bec68d01f0328d2d4622379a330ec0eaaed7b /pydis_site/settings.py | |
parent | Add a template tag for css-classifying things. (diff) |
Add a FontAwesome token that we actually control.
Previously we were using some sort of borrowed token, but it
seems to not be working anymore for local sessions, so let's
just get rid of it.
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index 5a8e9be7..3b146f2c 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -271,8 +271,8 @@ BULMA_SETTINGS = { "extensions": [ "bulma-dropdown", "bulma-navbar-burger", - "bulma-modal", ], + "fontawesome_token": "ff22cb6f41", } # Information about site repository |