@@ -1,7 +1,9 @@
<template lang="pug">
.card(v-if="content")
header
- router-link(v-if="!hideType" :to="`/${type}`")
+ router-link(v-if="!hideType && ['event','exhibition'].includes(type)" :to="`/${type}/by-current-and-upcoming`")
+ p.t-up {{type}}
+ router-link(v-else-if="!hideType" :to="`/${type}`")
p.t-up {{type}}
article.card--info(:class="{ 'wide': wide }")
router-link(:to="`/${type}/${content.slug}`")