Back to Octopress

Recent Posts

.themes/classic/source/_includes/asides/recent_posts.html

2.0216 B
Original Source

Recent Posts

{% for post in site.posts limit: site.recent_posts %} - {% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %} {% endfor %}