aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/resources/resources.html
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2021-03-23 18:24:56 +0800
committerGravatar kosayoda <[email protected]>2021-03-23 18:38:42 +0800
commit367ba267c4dbc6d406922f80bc4337ee9a0139a0 (patch)
treee845e88356d37f424a8bdf002b9e6fb5f4dec83f /pydis_site/templates/resources/resources.html
parentSimplify relevant_links configuration in markdown. (diff)
Rename `articles` to `pages`.
Articles was a good name, but we want an `articles` category in the future. `/pages/guides/` and `/pages/articles/` are clearer in name than `/articles/guides/` and `/articles/articles/`.
Diffstat (limited to 'pydis_site/templates/resources/resources.html')
-rw-r--r--pydis_site/templates/resources/resources.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html
index 2dc88a8c..491bc55e 100644
--- a/pydis_site/templates/resources/resources.html
+++ b/pydis_site/templates/resources/resources.html
@@ -15,7 +15,7 @@
<h1>Resources</h1>
<div class="tile is-ancestor">
- <a class="tile is-parent" href="{% url "content:article_category" location="guides" %}">
+ <a class="tile is-parent" href="{% url "content:page_category" location="guides" %}">
<article class="tile is-child box hero is-primary is-bold">
<p class="title is-size-1"><i class="fad fa-info-circle" aria-hidden="true"></i> Guides</p>
<p class="subtitle is-size-4">Made by us, for you</p>