_layouts/appscms-feature.html in appscms-tools-theme-3.7.8 vs _layouts/appscms-feature.html in appscms-tools-theme-3.7.9

- old
+ new

@@ -1,32 +1,20 @@ -{% assign file = page.fileName %} -{% assign lang = page.lang %} -{% assign folder = page.folderName %} -{% assign pageData = site.data[folder][lang][file] %} -{%- assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%} +{% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder += 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 -%} -<body> - {%- include appscms/navbars/navbar.html -%} - {%- include appscms/navbars/toolbar.html -%} - {%- include appscms/headings/headings.html -%} - {%- include appscms/uploadbutton/uploadbutton.html -%} - {%- include appscms/featurehighlight/featurehighlight.html -%} - {%- include appscms/howto/howto.html -%} - {%- include appscms/faq/faq.html -%} - <div class="appcms-home-content-box" id="appcms-home-content-box"> - {{ content }} - </div> - {%- include appscms/recent-posts/recent-posts.html -%} + {%- include appscms/head/head.html -%} + <body> + {%- include appscms/navbars/navbar.html -%} {%- include + appscms/navbars/toolbar.html -%} {%- include appscms/headings/headings.html + -%} {%- include appscms/uploadbutton/uploadbutton.html -%} {%- include + appscms/featurehighlight/featurehighlight.html -%} {%- include + appscms/howto/howto.html -%} {%- include appscms/faq/faq.html -%} {%- + include appscms/recent-posts/recent-posts.html -%} <!-- {%- include appscms/extras/traffic-count.html -%} --> - {%- include appscms/extras/ratings.html -%} - - {%- include appscms/footer/products.html -%} - {%- include appscms/footer/footer.html -%} - + {%- include appscms/extras/ratings.html -%} {%- include + appscms/footer/products.html -%} {%- include appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%} - -</body> -</html> \ No newline at end of file + </body> +</html>