slug
This commit is contained in:
parent
7c75ac3e56
commit
fd0676e283
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
v-container#event.pa-0.pa-sm-2
|
v-container#event.pa-0.pa-sm-2
|
||||||
//- EVENT PAGE
|
//- EVENT PAGE
|
||||||
//- gancio supports microformats (http://microformats.org/wiki/h-event)
|
//- 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.h-event(itemscope itemtype="https://schema.org/Event")
|
||||||
v-card-actions
|
v-card-actions
|
||||||
//- admin controls
|
//- admin controls
|
||||||
|
@ -10,7 +11,6 @@ v-container#event.pa-0.pa-sm-2
|
||||||
|
|
||||||
v-row
|
v-row
|
||||||
v-col.col-12.col-md-8
|
v-col.col-12.col-md-8
|
||||||
//- fake image to use u-featured in h-event microformat
|
|
||||||
MyPicture(v-if='hasMedia' :event='event')
|
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')
|
.p-description.text-body-1.pa-3.rounded(v-if='!hasMedia && event.description' itemprop='description' v-html='event.description')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue