removed showrooms bad links from home #1909
This commit is contained in:
parent
2e3612badc
commit
e5c6b871db
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue