diff --git a/src/inc/routes/toptags.mjs b/src/inc/routes/toptags.mjs index 98c53f5..94409c1 100644 --- a/src/inc/routes/toptags.mjs +++ b/src/inc/routes/toptags.mjs @@ -1,7 +1,7 @@ import db from "../../inc/sql.mjs"; import cfg from "../../inc/config.mjs"; -const TAGS_PER_PAGE = 50; +const TAGS_PER_PAGE = 500; export default (router, tpl) => { // API endpoint for lazy loading tags diff --git a/views/tags.html b/views/tags.html index 7878c83..6845dc9 100644 --- a/views/tags.html +++ b/views/tags.html @@ -29,82 +29,6 @@ @endeach @endif - - - - @include(snippets/footer) \ No newline at end of file