fixed website blog
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-24 14:51:40 +01:00
parent 745c886cec
commit b9c4553577
5 changed files with 36 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
limit wird für skip in Query gebraucht
{% endcomment %}
{% for e in NavElement.ColMap.blog1skip.entries %}
<div class="blogEntry">
<h2>
{{ e.title }}
<div class="datum">{{ e.date|datum }}</div>
@@ -27,5 +28,6 @@
{% if e.body %}
<a href="{{ e.date|add:"-"|add:e.title|slugify }}" class="btn">mehr lesen &raquo;</a>
{% endif %}
</div>
{% endfor %}
{% endblock part1 %}