diff options
Diffstat (limited to 'static/website/templates/recent_posts.html')
-rw-r--r-- | static/website/templates/recent_posts.html | 5 |
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> |