From 9cc7997fa9c378c53dd9257301e3861b83a1f6e0 Mon Sep 17 00:00:00 2001 From: William Monk Date: Sat, 23 Dec 2017 09:29:58 +0000 Subject: [PATCH] Add "previous" And "next" To Tour Pages --- _layouts/tour.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 %} +
+