Ver código fonte

adjust styling - set typography to cia theme

tags/0.9.0
Alej 4 anos atrás
pai
commit
112bd26a8b
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      vue-theme/src/components/sidebars/related.vue

+ 1
- 0
vue-theme/src/components/sidebars/related.vue Ver arquivo

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

Carregando…
Cancelar
Salvar