removed taxonomy display on article page
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
/>
|
||||
</figure>
|
||||
</section>
|
||||
<section class="taxonomy">
|
||||
<!-- <section class="taxonomy">
|
||||
<div class="thesaurus">
|
||||
<ul>
|
||||
<li
|
||||
@ -50,7 +50,7 @@
|
||||
>{{ term.name }}</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section> -->
|
||||
<section v-if="article.showroom" class="showroom">
|
||||
<h2>{{ article.showroom.name }}</h2>
|
||||
<a class="mail" :href="'mail:'+article.showroom.field_public_email">
|
||||
|
Reference in New Issue
Block a user