diff options
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 %} |