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 %}