From a81d018e5d9cce17d8fe27b7c0145f5ff6286e20 Mon Sep 17 00:00:00 2001 From: srv Date: Tue, 29 Apr 2025 15:20:52 -0500 Subject: Hiden categories and remove search button because we are not have php support --- libretube-theme/templates/base.html | 14 -------------- pelicanconf.py | 4 ++-- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html index 51c3cef..8a76e6a 100644 --- a/libretube-theme/templates/base.html +++ b/libretube-theme/templates/base.html @@ -33,20 +33,6 @@
-
-
-
- - diff --git a/pelicanconf.py b/pelicanconf.py index 5570d96..502c7c0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -8,8 +8,8 @@ from __future__ import unicode_literals # (http://docs.getpelican.com/en/stable/settings.html#basic-settings) DEFAULT_CATEGORY = 'Sin categoría' DELETE_OUTPUT_DIRECTORY = False -DISPLAY_CATEGORIES_ON_MENU = True -DISPLAY_PAGES_ON_MENU = True +DISPLAY_CATEGORIES_ON_MENU = False +DISPLAY_PAGES_ON_MENU = False MARKDOWN = { 'extension_configs': { 'markdown.extensions.codehilite': {'css_class': 'highlight'}, -- cgit v1.2.3