_includes/section/blog.html in word-games-theme-0.1.2 vs _includes/section/blog.html in word-games-theme-0.1.3

- old
+ new

@@ -27,12 +27,15 @@ </a> <p class="card-subtitle mb-3">{{ post.date | date_to_string }}</p> </div> {% endfor %} + {%- if site.posts.size>0 -%} <div class="col-lg-6 my-5"> <a href="{{ 'blog' | relative_url }}" class="genric-btn2">Browse More</a> </div> + {% endif %} + </div> </section> </div> </div> </div> \ No newline at end of file