hacks-guide-minimal-mistake.../_layouts/home.html

12 lines
251 B
HTML
Raw Normal View History

2016-02-22 16:46:49 -05:00
---
layout: default
---
2016-02-22 21:22:07 -05:00
{% include absolute-url.liquid %}
2016-02-22 21:44:55 -05:00
<div class="archive">
2016-02-22 16:46:49 -05:00
<h3><a href="{{ absurl }}/posts/">Recent Posts</a></h3>
{% for post in site.posts limit:5 %}
2016-03-05 21:29:39 -05:00
{% include post-single.html %}
2016-02-22 16:46:49 -05:00
{% endfor %}
</div><!-- /#index -->