summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libretube-theme/templates/base.html14
-rw-r--r--pelicanconf.py4
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 @@
<div class="col-lg-2 align-self-center text-center">
<a href="{{ SITEURL }}/" rel="home"><img class="logo" src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/logo.svg" alt="logo"></a>
</div>
- <div class="col-lg-5 align-self-center">
- <form action="{{ SITEURL }}/buscar.php"><input placeholder="{{ _('Escribe para buscar...') }}" type="search" name="q" required></form>
- </div>
-
- <div class="col-lg-5 menu-profile">
- <ul>
- <li>
- <div class="image-profile-menu">
- <img src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/videocamera.svg" alt="profile">
- </div>
- </li>
- <li class="ml-2">{{ _('VideoTeca')}}</li>
- </ul>
- </div>
<!-- End login -->
</div>
</div>
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'},