2015-03-29 06:14:53 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="home">
|
|
|
|
|
|
|
|
<ul class="post-list">
|
|
|
|
{% for post in site.posts %}
|
|
|
|
<li>
|
|
|
|
<h2>
|
|
|
|
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
|
|
|
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
|
|
|
|
</h2>
|
|
|
|
<article class='post-content'>
|
|
|
|
{{ post.excerpt }}
|
|
|
|
</article>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
|
2016-11-09 12:43:55 +00:00
|
|
|
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via rss</a></p>
|
2015-03-29 06:14:53 +00:00
|
|
|
|
|
|
|
</div>
|