diff options
author | 2022-02-20 21:20:29 -0500 | |
---|---|---|
committer | 2022-02-20 21:20:29 -0500 | |
commit | 0e1257d6eca90fa45ba7c11454a0fba7e3fc74f7 (patch) | |
tree | e3ad78be879f615b2621c0afba9db813e70fafff /pydis_site/settings.py | |
parent | Add table of content and final edits (diff) | |
parent | Merge pull request #668 from python-discord/update/name-profile-policy (diff) |
Merge branch 'main' into content/update-help-channel-timing
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r-- | pydis_site/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py index d38c298b..3b146f2c 100644 --- a/pydis_site/settings.py +++ b/pydis_site/settings.py @@ -272,6 +272,7 @@ BULMA_SETTINGS = { "bulma-dropdown", "bulma-navbar-burger", ], + "fontawesome_token": "ff22cb6f41", } # Information about site repository |