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

12 lines
251 B
HTML
Raw Normal View History

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