12 lines
No EOL
251 B
HTML
12 lines
No EOL
251 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% include absolute-url.liquid %}
|
|
|
|
<div class="archive">
|
|
<h3><a href="{{ absurl }}/posts/">Recent Posts</a></h3>
|
|
{% for post in site.posts limit:5 %}
|
|
{% include post-single.html %}
|
|
{% endfor %}
|
|
</div><!-- /#index --> |