summaryrefslogtreecommitdiff
path: root/static/website/templates/recent_posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/recent_posts.html')
-rw-r--r--static/website/templates/recent_posts.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/static/website/templates/recent_posts.html b/static/website/templates/recent_posts.html
deleted file mode 100644
index 3b6ad0e..0000000
--- a/static/website/templates/recent_posts.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<ul>
-{% for post in recent_posts %}
- <li>{{post.title}}</li>
-{% endfor %}
-</ul>