Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 573 Bytes

blog.md

File metadata and controls

25 lines (20 loc) · 573 Bytes
layout permalink
default
/blog/

Posts

    {% for post in site.posts %}
  • {{ post.date | date: "%b %-d, %Y" }}
        <h2>
          <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
        </h2>
          {{ post.content |  truncate: 50 }}
      </li>
    {% endfor %}
    

subscribe via RSS