feat: tags on page fetch + pageLinks table schema

This commit is contained in:
Nick
2019-09-02 18:32:33 -04:00
parent efab00fa0c
commit ab463fcae1
5 changed files with 102 additions and 40 deletions

View File

@@ -77,11 +77,11 @@
label
color='teal lighten-5'
v-for='(tag, idx) in tags'
:href='`/t/` + tag.slug'
:key='tag.slug'
:href='`/t/` + tag.tag'
:key='tag.tag'
)
v-icon(color='teal', left, small) mdi-label
span.teal--text.text--darken-2 {{tag.text}}
span.teal--text.text--darken-2 {{tag.title}}
v-card.mb-5
.pa-5