Removed latest posts include - not used
This commit is contained in:
parent
f91788120a
commit
7eec6675ee
|
@ -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>
|
|
Loading…
Reference in a new issue