Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 661 Bytes

blog.md

File metadata and controls

24 lines (19 loc) · 661 Bytes
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 %}