« get me outta code hell

hide previous/next links on tag pages For Now - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-06-10 17:01:12 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-06-10 17:01:12 -0300
commitffb9bfd2a8c33f25a19b3b74f1204a5fad575108 (patch)
tree4633ece551355c92c4c0b7ab0e5ee981dc765df7 /src
parent9d62c4bae52f30cfd6536762eca46bfa2d2bbfdf (diff)
hide previous/next links on tag pages For Now
Diffstat (limited to 'src')
-rw-r--r--src/page/tag.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/page/tag.js b/src/page/tag.js
index 9ef3d8c..4253120 100644
--- a/src/page/tag.js
+++ b/src/page/tag.js
@@ -99,10 +99,12 @@ function generateTagNav(tag, {
                     tag: link.tag(tag, {class: 'current'})
                 })
             },
+            /*
             previousNextLinks && {
                 divider: false,
                 html: `(${previousNextLinks})`
             }
+            */
         ]
     };
 }