diff --git a/templates/base.html b/templates/base.html
index 9ba76fca..e55cf171 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,34 +5,34 @@
{%- endif %}
-
+
-
-
-
+
+
+
-
+
{%- set preview_image = 'images/screenshots/prague.jpg' -%}
{%- if resource.extra.preview_image -%}
{%- set preview_image = resource.extra.preview_image -%}
{%- endif %}
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
+
+
-
+
{{ resource.title }}
@@ -49,7 +49,7 @@
diff --git a/templates/bottom_menu.html b/templates/bottom_menu.html
index 80a0da19..4ab4992b 100644
--- a/templates/bottom_menu.html
+++ b/templates/bottom_menu.html
@@ -2,10 +2,10 @@
{% set home = get_section(path='_index.md') %}
{% for page in [home] | concat(with=home.pages) %}
{% if page.extra.menu_title %}
- {% if resource.path != page.path %}{% endif %}
+ {% if resource.path != page.path %}{% endif %}
{{ page.extra.menu_title }}
{%- if resource.path != page.path %}{% endif %}
{% endif %}
{% endfor %}
-
\ No newline at end of file
+
diff --git a/templates/menu.html b/templates/menu.html
index 1bb3d5bd..760e078f 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -1,17 +1,17 @@