diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-06-21 23:26:48 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-06-21 23:26:48 -0300 |
commit | 6f1efb7e7cbb2db6344aeba6ea935eb29d2a5068 (patch) | |
tree | cabad475bcaa541508335fb948887d34570fd6bf /src/page | |
parent | 0a717fec1c1557d40f14d1715f72960d2255cc44 (diff) |
more nav layout tweaks
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/album.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/page/album.js b/src/page/album.js index 030b7778..c265fdc6 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -263,11 +263,8 @@ export function write(album, {wikiData}) { album: link.album(album, {class: 'current'}) }) }, - album.tracks.length > 1 && { - divider: false, - html: generateAlbumNavLinks(album, null, {language}) - }, ], + bottomRowContent: generateAlbumNavLinks(album, null, {language}), content: generateAlbumChronologyLinks(album, null, {generateChronologyLinks}), }, |