2011-06-07 20:12:46 +00:00
|
|
|
<section>
|
|
|
|
<h1>Recent Posts</h1>
|
|
|
|
<ul id="recent_posts">
|
|
|
|
{% for post in site.posts limit: site.recent_posts %}
|
|
|
|
<li class="post">
|
2011-07-22 03:50:32 +00:00
|
|
|
<a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a>
|
2011-06-07 20:12:46 +00:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
2011-06-20 20:44:04 +00:00
|
|
|
</section>
|