|
|
@@ -16,8 +16,8 @@
|
|
16
|
16
|
//- p(v-if="singlePost.subtypes") subtypes: {{ singlePost.subtypes }}
|
|
17
|
17
|
|
|
18
|
18
|
.date-info(v-if="['exhibition', 'event'].includes(type)")
|
|
19
|
|
- p start: {{ dateFrom(singlePost.start, type == 'event') }}
|
|
20
|
|
- p end: {{ dateFrom(singlePost.end, type == 'event') }}
|
|
|
19
|
+ p(v-if="singlePost.start") start: {{ dateFrom(singlePost.start, type == 'event') }}
|
|
|
20
|
+ p(v-if="singlePost.end") end: {{ dateFrom(singlePost.end, type == 'event') }}
|
|
21
|
21
|
|
|
22
|
22
|
//- WP main content
|
|
23
|
23
|
section.content(v-html="singlePost.content")
|