Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 438 Bytes

blog.md

File metadata and controls

26 lines (19 loc) · 438 Bytes
layout title permalink navigation_weight
post
Blog
/blog/
5
    {% 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}}
      </li>
    {% endfor %}