blabla article card title_image and animated gif with imagemagick

This commit is contained in:
2020-02-19 14:35:49 +01:00
parent 98e09c1f4a
commit b8ec2a934b
18 changed files with 321 additions and 17 deletions

View File

@ -9,10 +9,11 @@
></a>
</h1>
<aside v-html="item.created"></aside>
<h4 class="body" v-html="item.body"></h4>
<h4 v-if="false" class="body" v-html="item.body"></h4>
</header>
<section class="images">
<figure v-html="item.field_visuel"></figure>
<figure v-if="item.field_title_image !== ''" v-html="item.field_title_image"></figure>
<figure v-else-if="item.field_visuel !== ''" v-html="item.field_visuel"></figure>
</section>
</article>
</template>