removed taxonomy display on article page

This commit is contained in:
Bachir Soussi Chiadmi 2021-08-02 21:53:08 +02:00
parent 596d078708
commit 60647e3bb9
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@
/> />
</figure> </figure>
</section> </section>
<section class="taxonomy"> <!-- <section class="taxonomy">
<div class="thesaurus"> <div class="thesaurus">
<ul> <ul>
<li <li
@ -50,7 +50,7 @@
>{{ term.name }}</li> >{{ term.name }}</li>
</ul> </ul>
</div> </div>
</section> </section> -->
<section v-if="article.showroom" class="showroom"> <section v-if="article.showroom" class="showroom">
<h2>{{ article.showroom.name }}</h2> <h2>{{ article.showroom.name }}</h2>
<a class="mail" :href="'mail:'+article.showroom.field_public_email"> <a class="mail" :href="'mail:'+article.showroom.field_public_email">