Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 389 Bytes

blog.md

File metadata and controls

21 lines (18 loc) · 389 Bytes
layout title permalink
page
Orange Blog
/blog/
    {% 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>
    
    	<p>{{ post.excerpt }}</p>
      </li>
    {% endfor %}