diff options
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 |
commit | f938f8833af04246579fe039d0d25104bf9fac69 (patch) | |
tree | 714f8d5e2b3f8a1d7d7e481164403ebc5bdcbc92 /src | |
parent | 87f7e36333222c1e7eb6f309fc4cbe60cde87d72 (diff) |
move nav links before chronology for tab, vertical
Diffstat (limited to 'src')
-rwxr-xr-x | src/upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upd8.js b/src/upd8.js index bb03c1a0..217c985d 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', |