_layouts/blog.html in appscms-tools-theme-1.9.5 vs _layouts/blog.html in appscms-tools-theme-1.9.6

- old
+ new

@@ -5,18 +5,27 @@ <body> {%- include header/blogHeader.html -%} <section class="section_post"> <div class="container"> - <div class="row justify-content-center section-title-wrap"> - <div class="col-lg-12"> - <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }} - </h1> - <p class="lead mb-5 mt-1" style="font-size: 18px;"> - {{ site.data.blog.blog.description }} - </p> + {%- if site.monumetricId -%} + <div class="row"> + <div class="col-md-9 mx-auto"> + {%- endif -%} + <div class="row justify-content-center section-title-wrap"> + <div class="col-lg-12"> + <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ + site.data.blog.blog.h1 }} + </h1> + <p class="lead mb-5 mt-1" style="font-size: 18px;"> + {{ site.data.blog.blog.description }} + </p> + </div> + </div> + {%- if site.monumetricId -%} </div> </div> + {%- endif -%} <div class="main-content"> {{content}} </div> <div class="row"> {%- if site.monumetricId -%} \ No newline at end of file