_layouts/blog.html in best-blogging-theme-0.2.0 vs _layouts/blog.html in best-blogging-theme-0.2.1

- old
+ new

@@ -3,11 +3,10 @@ {% include custom-head.html %} <body> {%- include header/index.html -%} - <section class="section_post"> <div class="container px-5"> <div class="row justify-content-center section-title-wrap"> <div class="col-lg-12 mt-5 "> <h1 style="font-weight: 900;">{{ site.data.blog.blog.h1 }} @@ -24,14 +23,14 @@ </div> <!-- close --> <div class="row"> {% for post in paginator.posts%} - <div class="col-lg-3 col-md-6 mb-4 card-group"> + <div class="col-lg-4 col-md-6 mb-4 card-group"> <div class="card h-100" style="border-radius:16px" id="{{post.categories}}"> <a href="{{ post.url }}"> - <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px;" + <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px; height: 180px;" alt="not found"> </a> <div class="card-body"> <a href="{{ post.url }}" class="anchor_link"> <h1 class="card-title mb-4">{{ post.title }}</h1> @@ -62,9 +61,12 @@ {%- include pagination.html -%} </div> {% include section/count.html %} </section> + + {%- include section/recent_posts.html -%} + <!-- {% include section/faq.html %} --> {% include footer/index.html %} {% include scripts.html %} </body> \ No newline at end of file