From f938f8833af04246579fe039d0d25104bf9fac69 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 5 Dec 2022 16:12:28 -0400 Subject: move nav links before chronology for tab, vertical --- src/upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upd8.js b/src/upd8.js index bb03c1a..217c985 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -1131,9 +1131,9 @@ writePage.html = (pageInfo, { {class: ['nav-main-links', ...nav.linkContainerClasses]}, navLinkParts ), - nav.content && html.tag('div', {class: 'nav-content'}, nav.content), nav.bottomRowContent && html.tag('div', {class: 'nav-bottom-row'}, nav.bottomRowContent), + nav.content && html.tag('div', {class: 'nav-content'}, nav.content), ]); const secondaryNavHTML = html.tag('nav', -- cgit 1.3.0-6-gf8a5