removed showrooms bad links from home #1909
This commit is contained in:
parent
2e3612badc
commit
e5c6b871db
|
@ -53,7 +53,7 @@ content:
|
||||||
settings:
|
settings:
|
||||||
deltas: '0'
|
deltas: '0'
|
||||||
image_style: home_showroom
|
image_style: home_showroom
|
||||||
image_link: content
|
image_link: ''
|
||||||
deltas_reversed: 0
|
deltas_reversed: 0
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
weight: 0
|
weight: 0
|
||||||
|
|
|
@ -34,7 +34,8 @@
|
||||||
{{ content.field_visuels }}
|
{{ content.field_visuels }}
|
||||||
</div>
|
</div>
|
||||||
<section class="text">
|
<section class="text">
|
||||||
<h2><a href="{{ url }}">{{ name }}</a></h2>
|
{# <h2><a href="{{ url }}">{{ name }}</a></h2> #}
|
||||||
|
<h2>{{ name }}</h2>
|
||||||
{{ content|without('field_visuels') }}
|
{{ content|without('field_visuels') }}
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue