_includes/blog/post_sidebar.html in jumbo-jekyll-theme-5.7.0 vs _includes/blog/post_sidebar.html in jumbo-jekyll-theme-5.7.0.1

- old
+ new

@@ -36,11 +36,13 @@ </div> </li> {% endfor %} </ul> </div> - +{% comment %} +Other Posts +{% endcomment %} <div class="col col-12 my-5 suggested_posts"> <h3>Other Posts</h3> <ul class="list-unstyled"> {% assign posts = site.posts | sample:5 %} {% for post in posts %} @@ -68,14 +70,5 @@ </div> </li> {% endfor %} </ul> </div> - -{% comment %} - Other Posts -{% endcomment %} - - -{% if site.data.settings.blog.sidebar.custom-include %} -{% include {{site.data.settings.blog.sidebar.custom-include}} %} -{% endif %}