diff --git a/views/snippets/navbar.html b/views/snippets/navbar.html index 3ddbc7a..08051a0 100644 --- a/views/snippets/navbar.html +++ b/views/snippets/navbar.html @@ -38,53 +38,5 @@ - - - - - About - - - Themes - - @each(themes as t) - {{ t }} - @endeach - - - - - Tags - - - - - Random - - - - - - - - - @if(typeof pagination !== "undefined") - - « - ‹ - @each(pagination.cheat as i) - @if(i == pagination.page) - {{ i }} - @else - {{ i }} - @endif - @endeach - › - » - - @endif - - - @endif \ No newline at end of file