add flicity

This commit is contained in:
2020-07-14 21:38:52 +02:00
parent 82f7d7d6b6
commit b6b1dafd78
40 changed files with 847 additions and 312 deletions
@@ -73,7 +73,7 @@
*/
#}
<a href="{{ url }}">
<a href="{{ url }}" rel="nofollow">
<div class="d-flex">
<div class="__media">
{{content.field_ajouter_un_media}}
@@ -37,9 +37,9 @@
{{fields.field_image.content}}
</figcaption>
<div class="__wrap">
<div class="__date">
<time datetime="{{fields.field_heure_du_moment.content}}" class="__date">
{{fields.field_heure_du_moment.content}}
</div>
</time>
<div class="__content">
{{fields.title.content}}
</div>
@@ -27,8 +27,8 @@
default_row_class ? 'views-row',
]
%}
<div class="thumbnails">
<article class="thumbnails">
{{- row.content -}}
</div>
</article>
{% endfor %}
</div>
@@ -27,8 +27,8 @@
default_row_class ? 'views-row',
]
%}
<div class="thumbnails">
<article class="thumbnails">
{{- row.content -}}
</div>
</article>
{% endfor %}
</div>
@@ -32,7 +32,7 @@
* @ingroup themeable
*/
#}
{{ more }}
<div class="views">
@@ -41,16 +41,21 @@
{{ title_suffix }}
{% if header %}
<header>
{{ header }}
</header>
<section>
<h2>{{ header }}</h2>
<div class="more_link">
<a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
</div>
</section>
{% endif %}
{{ exposed }}
{{ attachment_before }}
{% if rows -%}
{{ rows }}
<section>
{{ rows }}
</section>
{% elseif empty -%}
{{ empty }}
{% endif %}