layout page title blog.vision.ai tagline Let our vision empower your vision {% include JB/setup %} {% for post in site.posts %} {% if post.hidefront != 1 %} {{ post.title }} » {{ post.date | date: '%B %d, %Y'}} {% if post.image != nil %} </div> <div class="col-md-8 col-lg-8"> {% else %} <div class="col-md-12"> {% endif %} <div> {{ post.content | strip_html | truncatewords:40}} </div> <div> <a href="{{ post.url }}">Read more...</a><br><br> </div> </div> </div> </div> </li> {% endif %} {% endfor %}