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.
2 parents 5b0b9e5 + 4a111c1 commit 1b42f49Copy full SHA for 1b42f49
_layouts/tour.html
@@ -12,12 +12,12 @@
12
13
<div class="two-columns">
14
{% if page.previous-page %}
15
- <a href="{{page.previous-page}}">← <strong>previous</strong></a>
+ <a href="{{page.previous-page}}.html">← <strong>previous</strong></a>
16
{% else %}
17
<div></div>
18
{% endif %}
19
{% if page.next-page %}
20
- <a href="{{page.next-page}}"><strong>next</strong> →</a>
+ <a href="{{page.next-page}}.html"><strong>next</strong> →</a>
21
22
</div>
23
0 commit comments