_layouts/blog.html in appscms-tools-theme-0.2.5 vs _layouts/blog.html in appscms-tools-theme-0.2.6

- old
+ new

@@ -7,11 +7,11 @@ <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">{{ site.data.blog.h1 }}</h1> + <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.h1 }}</h1> <p class="lead mb-5 mt-1" style="font-size: 18px;"> {{ site.data.blog.description }} </p> </div> </div> @@ -66,9 +66,10 @@ </div> {% include section/count.html %} </section> {%- include section/alertbar.html -%} - <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script> + + {% include script.html %} </body> </html> \ No newline at end of file