_layouts/aboutUs.html in appscms-tools-theme-1.9.1 vs _layouts/aboutUs.html in appscms-tools-theme-1.9.2
- old
+ new
@@ -8,16 +8,24 @@
<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}}
+ {%- if site.monumetricId -%}
+ <div class="row">
+ <div class="col-md-9 mx-auto">
+ {%- endif -%}
+ <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>
+ {%- if site.monumetricId -%}
+ </div>
</div>
+ {%- endif -%}
</div>
{% include staticfooter.html %}
{% include script.html %}
</body>
\ No newline at end of file