This commit is contained in:
lesion 2022-05-09 16:32:06 +02:00
parent 7c75ac3e56
commit fd0676e283
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -2,6 +2,7 @@
v-container#event.pa-0.pa-sm-2
//- EVENT PAGE
//- gancio supports microformats (http://microformats.org/wiki/h-event)
//- and microdata https://schema.org/Event
v-card.h-event(itemscope itemtype="https://schema.org/Event")
v-card-actions
//- admin controls
@ -10,7 +11,6 @@ v-container#event.pa-0.pa-sm-2
v-row
v-col.col-12.col-md-8
//- fake image to use u-featured in h-event microformat
MyPicture(v-if='hasMedia' :event='event')
.p-description.text-body-1.pa-3.rounded(v-if='!hasMedia && event.description' itemprop='description' v-html='event.description')