removed showrooms bad links from home #1909

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

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>