summaryrefslogtreecommitdiffstats
path: root/source/_includes/asides/recent_posts.html
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:18:39 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:18:39 +0100
commit0a7ff46da7d7352373dc74c2839233e34e232aec (patch)
tree22577bb90de2f974039d4eae077e90a83da0ce7e /source/_includes/asides/recent_posts.html
parent84695ac13a34ade6a7752b127ff93ca8a3ffddf9 (diff)
downloadoctopress-theme-jeyzu-0a7ff46da7d7352373dc74c2839233e34e232aec.zip
octopress-theme-jeyzu-0a7ff46da7d7352373dc74c2839233e34e232aec.tar.gz
clean
Diffstat (limited to 'source/_includes/asides/recent_posts.html')
-rw-r--r--source/_includes/asides/recent_posts.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/_includes/asides/recent_posts.html b/source/_includes/asides/recent_posts.html
deleted file mode 100644
index 0a73593..0000000
--- a/source/_includes/asides/recent_posts.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<div class="widget">
- <h3>Recent Posts</h3>
- <ul>
- {% for post in site.posts limit: site.recent_posts %}
- <li><a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a></li>
- {% endfor %}
- </ul>
-</div>