|
@@ -12,6 +12,12 @@
|
|
|
{% set class = 'col-12 col-md-6 col-lg-6' %}
|
|
|
{% endif %} #}
|
|
|
|
|
|
+{% if hn == true %}
|
|
|
+ {% set hn = hn %}
|
|
|
+{% else %}
|
|
|
+ {% set hn = 'h5' %}
|
|
|
+{% endif %}
|
|
|
+
|
|
|
<article class="thumbnails col-12 col-md-6 col-lg-4 {{cat}}">
|
|
|
<a rel="noreferrer" href="{{site.url}}/{{item.post_name}}">
|
|
|
<figure>
|
|
@@ -25,7 +31,7 @@
|
|
|
</div>
|
|
|
|
|
|
<figcaption class="wrap_content">
|
|
|
- <h5>{{title}}</h5>
|
|
|
+ <{{hn}}>{{title}}</{{hn}}>
|
|
|
<div class="content">
|
|
|
<div class="date">
|
|
|
{% set start = item.informations_debut_event|date("Ydj") %}
|