386 B
386 B
layout | title | permalink |
---|---|---|
page | Blog | /blog.html |
{% for post in site.posts %}
{{ post.title }}
<p>{{ post.excerpt | strip_html | truncatewords: 35 }}</p>
<p>{{ post.date | date: "%Y %b %e " }}</p>
</article>
</a>
{% endfor %}