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

- old
+ new

@@ -1,27 +1,22 @@ -{% 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/head/head.html -%} + <body> {%- include appscms/navbars/navbar.html -%} - {%- include appscms/navbars/toolbar.html -%} + <!-- {%- include appscms/navbars/toolbar.html -%} --> {%- include appscms/headings/headings.html -%} - {%- include appscms/searchbar/searchbar.html -%} - {%- include appscms/category-tabs/category-tabs.html -%} - {%- include appscms/home/feature-boxes.html -%} + <!-- {%- include appscms/searchbar/searchbar.html -%} --> + {%- include appscms/category-tabs/category-tabs.html -%} {%- include + appscms/home/feature-boxes.html -%} <div class="appcms-home-content-box" id="appcms-home-content-box"> - {{ content }} + {{ content }} </div> {%- include appscms/recent-posts/recent-posts.html -%} <!-- {%- include appscms/extras/traffic-count.html -%} --> - {%- include appscms/footer/products.html -%} - {%- include appscms/footer/footer.html -%} - - {%- include appscms/scripts/script.html -%} - -</body> -</html> \ No newline at end of file + {%- include appscms/footer/products.html -%} {%- include + appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%} + </body> +</html>