Sfoglia il codice sorgente

adjust styling - set typography to cia theme

tags/0.9.0
Alej 4 anni fa
parent
commit
112bd26a8b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      vue-theme/src/components/sidebars/related.vue

+ 1
- 0
vue-theme/src/components/sidebars/related.vue Vedi File

1
 <template lang="pug">
1
 <template lang="pug">
2
 h3.t-up related {{ postType }}s
2
 h3.t-up related {{ postType }}s
3
+p.t-up
3
     ul
4
     ul
4
         li(v-for="relatedPost in postsByType[postType]")
5
         li(v-for="relatedPost in postsByType[postType]")
5
             router-link(v-if="relatedPost" :to="`/${relatedPost.type}s/${relatedPost.slug}`")
6
             router-link(v-if="relatedPost" :to="`/${relatedPost.type}s/${relatedPost.slug}`")

Loading…
Annulla
Salva