Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 516 Bytes

posts.md

File metadata and controls

21 lines (18 loc) · 516 Bytes
layout title permalink
page
News
/posts/
    {% for post in site.posts %} {% unless post.draft %}
  • {{ post.date | date: "%Y-%m-%d" }}
        <h2>
          <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
        </h2>
      </li>
     {% endunless %}
    {% endfor %}
    

subscribe via RSS