|
|
@@ -9,11 +9,12 @@ nav.breadcrumb.f-row.start.t-up
|
|
9
|
9
|
h5.t-up
|
|
10
|
10
|
router-link(v-else :to="`/${type}`")
|
|
11
|
11
|
h5.t-up {{ type }}
|
|
12
|
|
- h5 >
|
|
|
12
|
+ /* testing remove post slug to reduce repetition */
|
|
|
13
|
+ /* h5 >
|
|
13
|
14
|
router-link(v-if="type == 'post'" :to="`/blog/${post.slug}`")
|
|
14
|
15
|
h5 {{ post.title }}
|
|
15
|
16
|
router-link(v-else :to="`/${type}/${post.slug}`")
|
|
16
|
|
- h5 {{ post.title }}
|
|
|
17
|
+ h5 {{ post.title }} */
|
|
17
|
18
|
</template>
|
|
18
|
19
|
|
|
19
|
20
|
<script>
|
|
|
@@ -29,7 +30,7 @@ export default {
|
|
29
|
30
|
// prettier-ignore
|
|
30
|
31
|
@import '../sss/variables.sss'
|
|
31
|
32
|
@import '../sss/theme.sss'
|
|
32
|
|
-.breadcrumb
|
|
|
33
|
+/* .breadcrumb
|
|
33
|
34
|
h5
|
|
34
|
|
- font-size: $ms--1
|
|
|
35
|
+ font-size: $ms--1 */
|
|
35
|
36
|
</style>
|