Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 561 Bytes

blog.md

File metadata and controls

26 lines (20 loc) · 561 Bytes
layout title nav permalink
default
Blog
main
/blog/

Posts

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

subscribe via RSS