From 4a111c1af10ee87944e815827460812a0079c51b Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 10 Jan 2018 10:56:45 -0800 Subject: [PATCH] fix "next" and "previous" links in tour fixes #977 --- _layouts/tour.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/tour.html b/_layouts/tour.html index 4ce893a159..a7f96b55c1 100644 --- a/_layouts/tour.html +++ b/_layouts/tour.html @@ -12,12 +12,12 @@
{% if page.previous-page %} - previous + previous {% else %}
{% endif %} {% if page.next-page %} - next + next {% endif %}