Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.03 KB

File metadata and controls

44 lines (39 loc) · 1.03 KB
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.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 %}