Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 423 Bytes

blog.md

File metadata and controls

17 lines (15 loc) · 423 Bytes
layout permalink
default
/blog/
{% for post in site.posts %}
{{ post.content | truncatewords:50 }}
    <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read more...</a>
</article>
{% endfor %}