modif css
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
</figure>
|
||||
|
||||
<div class="col-12 col-sm-6 col-md">
|
||||
<strong><a href="https://numerique.ressourcerie-la-mine.com/">La Mine Numérique</a></strong>
|
||||
{{options.texte_horaire }}
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-sm-6 col-md">
|
||||
<strong><a href="https://numerique.ressourcerie-la-mine.com/">Voir le site de La Mine numérique</a></strong>
|
||||
{{options.texte_adresse }}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -6,9 +6,14 @@
|
||||
{% set title = item.title %}
|
||||
{% endif %}
|
||||
|
||||
{# {% if loop.index >= 3 %}
|
||||
{% set class = 'col-12 col-md-6 col-lg-4' %}
|
||||
{% elseif loop.length >= 2 %}
|
||||
{% set class = 'col-12 col-md-6 col-lg-6' %}
|
||||
{% endif %} #}
|
||||
|
||||
<article class="thumbnails col-12 col-md-6 col-lg-4 {{cat}}">
|
||||
<a rel="noreferrer" href="{{site.url}}/{{item.post_name}}">
|
||||
|
||||
<figure>
|
||||
<span class="icone_cat {{cat}}"></span>
|
||||
<div class="overflow-hidden">
|
||||
@@ -26,7 +31,7 @@
|
||||
{% set start = item.informations_debut_event|date("Ydj") %}
|
||||
{% set end = item.informations_fin_event|date("Ydj") %}
|
||||
{% if start == end %}
|
||||
|
||||
|
||||
<span class="start">
|
||||
Le <time datetime="{{item.informations_debut_event|date("j F Y")}}">{{item.informations_debut_event|date("j F Y") }}</time>
|
||||
de <time datetime="{{item.informations_debut_event|date("G:i")}}">{{item.informations_debut_event|date("G:i")}}</time>
|
||||
|
||||
Reference in New Issue
Block a user