aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/base
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-02-21 14:28:16 +0000
committerGravatar GitHub <[email protected]>2022-02-21 14:28:16 +0000
commit91dd3ae025a967c24a91b65baf9c7ddac57ff848 (patch)
treec1b870c3c498e5f8c115e372ff94ecee26f743cd /pydis_site/templates/base
parentUpdate .gitignore to ignore MacOS system files (diff)
parentMerge pull request #668 from python-discord/update/name-profile-policy (diff)
Merge branch 'main' into update-gitignore
Diffstat (limited to 'pydis_site/templates/base')
-rw-r--r--pydis_site/templates/base/base.html5
-rw-r--r--pydis_site/templates/base/navbar.html6
2 files changed, 4 insertions, 7 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html
index 906fc577..b7322f12 100644
--- a/pydis_site/templates/base/base.html
+++ b/pydis_site/templates/base/base.html
@@ -24,10 +24,7 @@
<title>Python Discord | {% block title %}Website{% endblock %}</title>
{% bulma %}
-
- {# Font-awesome here is defined explicitly so that we can have Pro #}
- <script src="https://kit.fontawesome.com/ae6a3152d8.js"></script>
-
+ {% font_awesome %}
<link rel="stylesheet" href="{% static "css/base/base.css" %}">
{% block head %}{% endblock %}
diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html
index 4b68dd6c..d7fb4f4c 100644
--- a/pydis_site/templates/base/navbar.html
+++ b/pydis_site/templates/base/navbar.html
@@ -67,9 +67,6 @@
<a class="navbar-item" href="{% url "resources:index" %}">
Resources
</a>
- <a class="navbar-item" href="{% url "resources:resources" category="tools" %}">
- Tools
- </a>
<a class="navbar-item" href="{% url "events:index" %}">
Events
</a>
@@ -79,6 +76,9 @@
<a class="navbar-item" href="{% url "content:page_category" location="frequently-asked-questions" %}">
FAQ
</a>
+ <a class="navbar-item" href="{% url "content:page_category" location="guides" %}">
+ Guides
+ </a>
<a class="navbar-item" href="{% url 'home:timeline' %}">
Timeline
</a>