_layouts/aboutUs.html in appscms-tools-theme-1.7.1 vs _layouts/aboutUs.html in appscms-tools-theme-1.7.2

- old
+ new

@@ -2,21 +2,24 @@ {% assign lang = page.lang %} {% assign folder = page.folderName %} {% assign aboutData = site.data[folder][lang][file] %} <!DOCTYPE html> <html lang="{{aboutData.htmlLangAtt}}"> - {% include head/index.html %} - <body> - {% include header/index.html %} - {%- include dropdown/langdropdown.html -%} - <div class="container py-4 about_layout"> - <h1 class="about-h1 py-2">About us</h1> - <h2 class="about-h2"> Welcome to {{ page.companyName}}</h2> - <p class="about-para py-2">We are here to help you. Ping us your queries at care@{{ page.companyName}}.{{page.domain}}</p> - <div> - {{content}} - </div> +{% include head/index.html %} + +<body> + {% include header/index.html %} + {%- include dropdown/langdropdown.html -%} + <div class="container py-4 about_layout"> + <h1 class="about-h1 py-2">About us</h1> + <h2 class="about-h2"> Welcome to {{ page.companyName}}</h2> + <p class="about-para py-2">We are here to help you. Ping us your queries at care@{{ + page.companyName}}.{{page.domain}}</p> + <div> + {{content}} </div> - {% include footer/index.html %} - {% include script.html %} - </body> -</html> + </div> + {% include footer/staticfooter.html %} + {% include script.html %} +</body> + +</html> \ No newline at end of file