_layouts/appscms-feature.html in appscms-tools-theme-4.7.7 vs _layouts/appscms-feature.html in appscms-tools-theme-4.7.8
- old
+ new
@@ -2,35 +2,35 @@
= page.folderName %} {% assign pageData = site.data[folder][lang][file] %} {%-
assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
<!DOCTYPE html>
<html lang="{{ page.lang }}">
-{%- include appscms/head/head.html -%}
+ {%- include appscms/head/head.html -%}
-<body>
- {%- include appscms/navbars/navbar.html -%} {%- include
- appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
- site.safeui -%}
- <div class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center" role="alert"
- id="safeui-alert">
- <div class="container">
- {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do
- not upload any files to server, hence your data is 100% secure. {%-
- endif -%}
+ <body>
+ {%- include appscms/navbars/navbar.html -%} {%- include
+ appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
+ site.safeui -%}
+ <div
+ class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center"
+ role="alert"
+ id="safeui-alert"
+ >
+ <div class="container">
+ {%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do
+ not upload any files to server, hence your data is 100% secure. {%-
+ endif -%}
+ </div>
</div>
- </div>
- {%- endif -%} {%- include appscms/headings/headings.html -%}
+ {%- endif -%} {%- include appscms/headings/headings.html -%}
<div class="appscms-sidebar-left"></div>
<div class="appscms-sidebar-right"></div>
- {%- include
- appscms/uploadbutton/uploadbutton.html -%} {%- include
+ {%- include appscms/uploadbutton/uploadbutton.html -%} {%- include
appscms/featurehighlight/featurehighlight.html -%} {%- include
appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
include appscms/infographics/infographics.html -%} {%- endif -%} {%- include
- appscms/faq/faq.html -%}
- {%- include
- appscms/usp/usp.html -%}
+ appscms/faq/faq.html -%} {%- include appscms/usp/usp.html -%}
<!-- {%- include
appscms/extras/traffic-count.html -%} -->
{%- if site.userTrackingCount -%} {%- include userTracking.html -%} {%-
endif -%} {%- assign langen = "en" -%} {%- if
site.data[folder][langen][file].categories -%} {% assign categories=
@@ -47,13 +47,11 @@
tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
-%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
endif -%} {%- include appscms/extras/ratings.html -%} {%- if
pageData.author.size > 0 -%} {% include
appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
- include appscms/footer/products.html -%}
-
- {%- include
- appscms/footer/footer.html -%} {%- if site.customCode -%} {%- include
- customCode.html -%} {%- endif -%} {%- include appscms/scripts/script.html
- -%}
+ include appscms/footer/products.html -%} {%- include
+ internationalization-section.html -%}{%- include appscms/footer/footer.html
+ -%} {%- if site.customCode -%} {%- include customCode.html -%} {%- endif -%}
+ {%- include appscms/scripts/script.html -%}
</body>
</html>