From fba90c1c7248b1bdc23f721a63be309c46d82f0d Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 22 Jan 2022 23:20:18 +0100 Subject: [PATCH] Normalized double quotes for html Signed-off-by: Alexander Borsuk --- templates/base.html | 34 +++++++++++++++++----------------- templates/bottom_menu.html | 4 ++-- templates/menu.html | 6 +++--- 3 files changed, 22 insertions(+), 22 deletions(-) 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 @@
{% include 'bottom_menu.html' %}

- © 2021 Organic Maps OÜ, reg. code 16225385 + © 2021 Organic Maps OÜ, reg. code 16225385 Harju maakond, Tallinn, Kristiine linnaosa, A. H. Tammsaare tee 47, 11316, Estonia

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 @@