diff --git a/components/blog-article-comments.tpl b/components/blog-article-comments.tpl index a99cdba..dbcefea 100644 --- a/components/blog-article-comments.tpl +++ b/components/blog-article-comments.tpl @@ -15,7 +15,7 @@ {% endunless %}
-
+
diff --git a/components/footer-menu.tpl b/components/footer-menu.tpl new file mode 100644 index 0000000..251b6d3 --- /dev/null +++ b/components/footer-menu.tpl @@ -0,0 +1,27 @@ + diff --git a/components/front-page-variables.tpl b/components/front-page-variables.tpl index f39d979..fbb39e3 100644 --- a/components/front-page-variables.tpl +++ b/components/front-page-variables.tpl @@ -41,6 +41,18 @@ {% assign feature_3_has_content = true %} {% endunless %} + {% if page.data.feature_image_4 == nil %} + {% assign feature_image_4 = images_path | append: "/logo_blue_estonia.png" %} + {% else %} + {% assign feature_image_4 = page.data.feature_image_4.url %} + {% endif %} + + {% if page.data.feature_image_5 == nil %} + {% assign feature_image_5 = images_path | append: "/eu-structural-fund-logo.png" %} + {% else %} + {% assign feature_image_5 = page.data.feature_image_5.url %} + {% endif %} + {% capture bottom_html %}{% unless editmode %}{% content name="bottom" %}{% endunless %}{% endcapture %} {% capture bottom_size %}{{ bottom_html | size | minus : 1 }}{% endcapture %} {% unless bottom_size contains "-" %} diff --git a/components/html-head.tpl b/components/html-head.tpl index ef30c10..d7850df 100644 --- a/components/html-head.tpl +++ b/components/html-head.tpl @@ -45,6 +45,8 @@ {% include "template-cs-style-rules" %} {% endcustomstyle %} +{% include "front-page-variables" %} + {% comment %}MODERNIZR - HTML5 SUPPORT FOR OLDER BROWSERS, SVG SUPPORT DETECTION ETC{% endcomment %} diff --git a/components/menu-mobile-level-1-link.tpl b/components/menu-mobile-level-1-link.tpl index 08f68e1..02ea458 100644 --- a/components/menu-mobile-level-1-link.tpl +++ b/components/menu-mobile-level-1-link.tpl @@ -2,7 +2,7 @@ {% menulink item %} {% if item.children? or editmode %} - {% if editmode %} + {% if editmode and footer != true %} {% assign sub_menu_toggler = true %} {% elsif item.layout_title == product_list_layout %} {% assign item_content_children_size = 0 %} @@ -37,10 +37,10 @@ {% if editmode or item.children? %}
{% endif %} -