diff options
| author | Rapptz <[email protected]> | 2020-05-28 01:33:16 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-05-28 01:33:16 -0400 |
| commit | 439081081c6bea68b4e7a74471f1b551e6f8361c (patch) | |
| tree | 406bd3048879a1cd5a228f1b9b02ba6abd5f31c6 /docs | |
| parent | Use html_js_files instead of the old approach to add JS files. (diff) | |
| download | discord.py-439081081c6bea68b4e7a74471f1b551e6f8361c.tar.xz discord.py-439081081c6bea68b4e7a74471f1b551e6f8361c.zip | |
Reverse the related links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_templates/layout.html | 2 |
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 %} |