Преглед изворни кода

removed commenting

pull/231/head
Alej пре 1 година
родитељ
комит
895e8ccaf3
1 измењених фајлова са 2 додато и 9 уклоњено
  1. 2
    9
      vue-theme/src/components/breadcrumb.vue

+ 2
- 9
vue-theme/src/components/breadcrumb.vue Прегледај датотеку

9
         h5.t-up 
9
         h5.t-up 
10
     router-link(v-else :to="`/${type}`")
10
     router-link(v-else :to="`/${type}`")
11
         h5.t-up {{ type }}
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
 </template>
13
 </template>
19
 
14
 
20
 <script>
15
 <script>
30
 // prettier-ignore
25
 // prettier-ignore
31
 @import '../sss/variables.sss'
26
 @import '../sss/variables.sss'
32
 @import '../sss/theme.sss'
27
 @import '../sss/theme.sss'
33
-/* .breadcrumb
34
-    h5
35
-        font-size: $ms--1 */
28
+
36
 </style>
29
 </style>

Loading…
Откажи
Сачувај