« get me outta code hell

move nav links before chronology for tab, vertical - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-05 16:12:28 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-05 16:12:28 -0400
commitf938f8833af04246579fe039d0d25104bf9fac69 (patch)
tree714f8d5e2b3f8a1d7d7e481164403ebc5bdcbc92
parent87f7e36333222c1e7eb6f309fc4cbe60cde87d72 (diff)
move nav links before chronology for tab, vertical
-rwxr-xr-xsrc/upd8.js2
1 files changed, 1 insertions, 1 deletions
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',