aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-05-28 01:33:16 -0400
committerRapptz <[email protected]>2020-12-18 21:18:51 -0500
commit385657179d34051b83705a800a7f8b996602d6c6 (patch)
tree6f495d27679edc09eb5bdb797e239499f4365519 /docs
parentUse html_js_files instead of the old approach to add JS files. (diff)
downloaddiscord.py-385657179d34051b83705a800a7f8b996602d6c6.tar.xz
discord.py-385657179d34051b83705a800a7f8b996602d6c6.zip
Reverse the related links
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index e507fca6..45c2a86a 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -56,7 +56,7 @@
{#- The relative links component #}
<header class="grid-item">
<nav>
- {%- for rellink in rellinks %}
+ {%- for rellink in rellinks | reverse %}
<a href="{{ pathto(rellink[0])|e }}" title="{{ rellink[1]|striptags|e }}"
{{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a> |
{%- endfor %}