| layout | page |
|---|---|
| title | Blog |
| permalink | /blog/ |
{% for post in site.posts %}
{{ post.date | date: "%B %d, %Y" }}
{% if post.tags %}
{% for tag in post.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{{ post.excerpt | strip_html | truncatewords: 30 }}
Read Article {% endfor %}