removed showrooms bad links from home #1909

This commit is contained in:
Bachir Soussi Chiadmi 2022-09-19 11:45:23 +02:00
parent 2e3612badc
commit e5c6b871db
2 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,7 @@ content:
settings:
deltas: '0'
image_style: home_showroom
image_link: content
image_link: ''
deltas_reversed: 0
third_party_settings: { }
weight: 0

View File

@ -34,7 +34,8 @@
{{ content.field_visuels }}
</div>
<section class="text">
<h2><a href="{{ url }}">{{ name }}</a></h2>
{# <h2><a href="{{ url }}">{{ name }}</a></h2> #}
<h2>{{ name }}</h2>
{{ content|without('field_visuels') }}
</section>
</div>