« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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})`
             }
+            */
         ]
     };
 }