add flicity
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@
|
||||
*/
|
||||
#}
|
||||
|
||||
<a href="{{ url }}">
|
||||
<a href="{{ url }}" rel="nofollow">
|
||||
<div class="d-flex">
|
||||
<div class="__media">
|
||||
{{content.field_ajouter_un_media}}
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
+2
-2
@@ -27,8 +27,8 @@
|
||||
default_row_class ? 'views-row',
|
||||
]
|
||||
%}
|
||||
<div class="thumbnails">
|
||||
<article class="thumbnails">
|
||||
{{- row.content -}}
|
||||
</div>
|
||||
</article>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user