Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 814 Bytes

art.md

File metadata and controls

37 lines (32 loc) · 814 Bytes
layout permalink
base
/art/
    {% for post in site.posts %}
  • by {{site.author}} on {{post.date | date: "%B %d, %Y" }}

    {% assign foundImage = 0 %} {% assign images = post.content | split:" {% if foundImage == 0 %} {% assign html = image | split:"/>" | first %} <img {{ html }} /> {% assign foundImage = 1 %} {% endif %} {% endif %} {% endfor %} <p> {{ post.excerpt }} </p> <p class="btn btn-md btn-success" role="button">READ POST</p> <br /> <br />

  • {% endfor %}