add content + modif html

This commit is contained in:
2019-01-30 12:24:08 +01:00
parent 858bff0f81
commit fd2eac3dc4
46 changed files with 454 additions and 205 deletions
@@ -1,6 +1,4 @@
<div class="content-item h-entry">
<div>
{% if not hero_image_name %}
<div class="content-title text-center">
@@ -21,13 +19,9 @@
{{ image.html }}
{% endfor %}
</div>
</div>
<p class="prev-next text-center">
{% if not page.isLast %}
<a class="btn" href="{{ page.prevSibling.url }}"><i class="fa fa-angle-left"></i> {{ 'THEME_QUARK.BLOG.ITEM.PREV_POST'|t }}</a>
{% endif %}