|
|
@@ -1,7 +1,7 @@
|
|
1
|
1
|
<template lang="pug">
|
|
2
|
2
|
//- breadcrumb links at top of page, needs link routing
|
|
3
|
3
|
nav.breadcrumb.f-row.start.t-up
|
|
4
|
|
- router-link(v-if="['event','exhibition'].includes(type)" :to="`/${type}/by-current-and-upcoming`")
|
|
|
4
|
+ router-link(v-if="['event','exhibition'].includes(type)" :to="`/${type}/sorted/by-date`")
|
|
5
|
5
|
h5.t-up {{ type }}
|
|
6
|
6
|
router-link(v-else :to="`/${type}`")
|
|
7
|
7
|
h5.t-up {{ type }}
|