2013-05-24 10:25:31 -04:00
|
|
|
---
|
2016-03-06 21:00:48 -05:00
|
|
|
layout: archive
|
2016-04-14 15:35:33 -04:00
|
|
|
author_profile: true
|
2016-03-06 21:00:48 -05:00
|
|
|
---
|
2016-03-07 09:51:50 -05:00
|
|
|
|
2016-03-07 10:27:07 -05:00
|
|
|
{% include base_path %}
|
2016-03-06 21:00:48 -05:00
|
|
|
|
2016-03-10 21:13:01 -05:00
|
|
|
<h3 class="archive__subtitle">Recent Posts</h3>
|
2016-03-06 21:00:48 -05:00
|
|
|
|
2016-03-09 15:11:34 -05:00
|
|
|
{% for post in paginator.posts %}
|
2016-03-19 20:58:17 -04:00
|
|
|
{% include archive-single.html %}
|
2016-03-09 15:11:34 -05:00
|
|
|
{% endfor %}
|
|
|
|
|
2016-03-28 21:48:42 -04:00
|
|
|
{% include paginator.html %}
|