diff --git a/_layouts/tour.html b/_layouts/tour.html index 8ba00e63a8..4ce893a159 100644 --- a/_layouts/tour.html +++ b/_layouts/tour.html @@ -9,7 +9,18 @@
{{content}} -
+ +
+ {% if page.previous-page %} + previous + {% else %} +
+ {% endif %} + {% if page.next-page %} + next + {% endif %} +
+