mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-17 03:09:05 +00:00
Reverse the related links
This commit is contained in:
parent
25e3a31827
commit
385657179d
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
@ -56,7 +56,7 @@
|
|||||||
{#- The relative links component #}
|
{#- The relative links component #}
|
||||||
<header class="grid-item">
|
<header class="grid-item">
|
||||||
<nav>
|
<nav>
|
||||||
{%- for rellink in rellinks %}
|
{%- for rellink in rellinks | reverse %}
|
||||||
<a href="{{ pathto(rellink[0])|e }}" title="{{ rellink[1]|striptags|e }}"
|
<a href="{{ pathto(rellink[0])|e }}" title="{{ rellink[1]|striptags|e }}"
|
||||||
{{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a> |
|
{{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a> |
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user