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