From 37cf022f11d06fd87fc14f865319f80e5f2aeff2 Mon Sep 17 00:00:00 2001 From: Steven Morse Date: Wed, 4 Sep 2024 12:26:02 -0400 Subject: [PATCH] fix buttons --- _layouts/default.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 1e7ce92..7558586 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -46,8 +46,9 @@ {% assign found = false %} {% for item in site.data.navigation %} + {{ item.title }}... {% if item.url %} - {{ item.title }} has url, + has url, {% if item.url == page.url %} and its this page, {% assign found = true %} @@ -62,6 +63,7 @@ so we set this as the prevpage for now and continue. {% endif %} {% endif %} + (continuing...) {% endfor %}