layout | permalink | title |
---|---|---|
default |
/blog/ |
blog |
-
{% for post in site.posts %}
-
{{ post.date | date: "%b %-d, %Y" }}
<h2> <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> </h2>
{% if post.description %}{{ post.description | strip_html | strip_newlines | truncate: 250 }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 250 }}{% endif %}
Read more
{% endfor %}