removed taxonomy display on article page
This commit is contained in:
parent
596d078708
commit
60647e3bb9
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue