detail home

This commit is contained in:
2020-07-19 23:56:15 +02:00
parent 53963cd999
commit 85cc9c3868
18 changed files with 565 additions and 500 deletions
@@ -31,5 +31,6 @@
* @ingroup themeable
*/
#}
{% include 'themes/custom/popsu_colloque/template/components/thumbnails.html.twig' %}
<a href="{{fields.view_node.content}}">
{% include 'themes/custom/popsu_colloque/template/components/thumbnails.html.twig' %}
</a>
@@ -27,7 +27,7 @@
default_row_class ? 'views-row',
]
%}
<article class="thumbnails col-lg-3 col-sm-6 col-12 m-2">
<article class="thumbnails col-lg-3 col-sm-6 col-12">
{{- row.content -}}
</article>
{% endfor %}
@@ -17,21 +17,14 @@
* @ingroup themeable
*/
#}
{# <div class="__day"> #}
{% if title %}
{# <h3>{{ title }}</h3> #}
{% endif %}
{# <div class="d-flex"> #}
{% for row in rows %}
{%
set row_classes = [
default_row_class ? 'views-row',
]
%}
<article class="thumbnails">
{{- row.content -}}
</article>
{% endfor %}
{# </div> #}
{# </div> #}
{% for row in rows %}
{%
set row_classes = [
default_row_class ? 'views-row',
]
%}
<article class="thumbnails">
{{- row.content -}}
</article>
{% endfor %}