Procházet zdrojové kódy

adjust styling - set typography to cia theme

tags/0.9.0
Alej před 4 roky
rodič
revize
112bd26a8b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1
    0
      vue-theme/src/components/sidebars/related.vue

+ 1
- 0
vue-theme/src/components/sidebars/related.vue Zobrazit soubor

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}`")

Načítá se…
Zrušit
Uložit