|
|
@@ -13,7 +13,7 @@
|
|
13
|
13
|
|
|
14
|
14
|
.posts(v-if="posts && loaded" :class="{ 'is-grid': grid }")
|
|
15
|
15
|
section(v-for="(post, i) in posts" :key="post.slug").shadow.post
|
|
16
|
|
- card(:content="post" :type="type" :wide="type == 'exhibitions' && i > 2 || 'events'")
|
|
|
16
|
+ card(:content="post" :type="type" :wide="type == 'exhibitions' && i > 1 || type == 'events' && i > 1 ")
|
|
17
|
17
|
|
|
18
|
18
|
footer
|
|
19
|
19
|
p {{ `${type} count: ${Object.values(posts).length}` }}
|