update blog

This commit is contained in:
oiseauroch
2023-05-06 20:30:36 +02:00
parent 162e87ebda
commit 09112f856c
38 changed files with 270 additions and 59 deletions

View File

@@ -11,9 +11,16 @@
<i class="computer fas fa-chevron-right mx-2" ></i>
</a>
{% for page in taxo.pages %}
{% if loop.index0 == 3 %}{% break %}{% endif %}
{% if loop.index0 == 3 %}
{% break %}
{% endif %}
<div class="column is-one-third">
{% if page.taxonomies.Tag %}
{{ macro_card::create_card(link=page.permalink, img=page.extra.image, title=page.title, subtitle="la génèse", abstract=page.summary, tags=page.taxonomies.Tag, date=page.date) }}
{% else %}
{{ macro_card::create_card(link=page.permalink, img=page.extra.image, title=page.title, subtitle="la génèse", abstract=page.summary, tags="", date=page.date) }}
{% endif %}
</div>
{% endfor %}
</div>
{% endfor %}