We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cdc28 commit d10bf76Copy full SHA for d10bf76
docs/theme/partials/footer.html
@@ -16,10 +16,10 @@
16
{% include ".icons/material/arrow-left.svg" %}
17
</div>
18
<div class="md-footer__title">
19
+ <span class="md-footer__direction">
20
+ {{ lang.t("footer.previous") }}
21
+ </span>
22
<div class="md-ellipsis">
- <span class="md-footer__direction">
- {{ lang.t("footer.previous") }}
- </span>
23
{{ page.previous_page.title }}
24
25
@@ -32,10 +32,10 @@
32
rel="next"
33
>
34
35
36
+ {{ lang.t("footer.next") }}
37
38
- {{ lang.t("footer.next") }}
39
{{ page.next_page.title }}
40
41
0 commit comments