Removed latest posts include - not used

This commit is contained in:
Oliver Davies 2016-01-28 21:49:21 +00:00
parent f91788120a
commit 7eec6675ee

View file

@ -1,5 +0,0 @@
<div class="list-group">
{% for post in data.posts[0:number_of_posts|default(5)] %}
<a href="{{ post.url }}" class="list-group-item">{{ post.title }}</a>
{% endfor %}
</div>