slick-carrousel
This commit is contained in:
@@ -78,12 +78,10 @@
|
||||
'mySlides',
|
||||
]
|
||||
%}
|
||||
{# <button class="w3-button w3-display-left" onclick="plusDivs(-1)">❮</button> #}
|
||||
|
||||
<article{{ attributes.addClass(classes, 'field__items') }}>
|
||||
|
||||
{{ title_prefix }}
|
||||
<button class="w3-button w3-display-left" onclick="plusDivs(-1)">❮</button>
|
||||
{% if label and not page %}
|
||||
<h2{{ title_attributes }}>
|
||||
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
|
||||
@@ -106,4 +104,3 @@
|
||||
</div>
|
||||
|
||||
</article>
|
||||
{# <button class="w3-button w3-display-right" onclick="plusDivs(+1)">❯</button> #}
|
||||
|
||||
@@ -62,15 +62,9 @@
|
||||
{% endif %}
|
||||
|
||||
{% if rows %}
|
||||
|
||||
<div class="view-content">
|
||||
{# {% if class="path-frontpage"%} #}
|
||||
{# <button class="w3-button w3-display-left" onclick="plusDivs(-1)">❮</button> #}
|
||||
{{ rows }}
|
||||
{# <button class="w3-button w3-display-right" onclick="plusDivs(+1)">❯</button> #}
|
||||
|
||||
{# {% else %} #}
|
||||
{# {{ rows }} #}
|
||||
{# {% endif %} #}
|
||||
|
||||
</div>
|
||||
{% elseif empty %}
|
||||
|
||||
Reference in New Issue
Block a user