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 4aef0a5 commit a14982cCopy full SHA for a14982c
_data/footer.yml
@@ -9,4 +9,7 @@ deletecookies:
9
de: Zustand löschen
10
view:
11
en: view source
12
- de: Quelltext anzeigen
+ de: Quelltext anzeigen
13
+nextstep:
14
+ en: Next Step
15
+ de: Nächster Schritt
_layouts/step.html
@@ -68,7 +68,7 @@ <h2>{{ page.title | escape }}</h2>
68
<div class="main">
69
{{ content }}
70
{% if has_next_page %}
71
- <a href="..{{ next_page.url }}" class="next-page">Nächster Schritt</a>
+ <a href="..{{ next_page.url }}" class="next-page">{{ site.data.footer.nextstep[language] }}</a>
72
{% endif %}
73
</div>
74
<footer>
0 commit comments