Ver código fonte

Merge branch 'dev' of craft-in-america/vue-wp into master

master
Alej 1 ano atrás
pai
commit
e4fd6f9c75
1 arquivos alterados com 2 adições e 9 exclusões
  1. 2
    9
      vue-theme/src/components/breadcrumb.vue

+ 2
- 9
vue-theme/src/components/breadcrumb.vue Ver arquivo

@@ -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>

Carregando…
Cancelar
Salvar