添加友情链接
This commit is contained in:
@ -76,6 +76,11 @@
|
||||
.detail
|
||||
nuxt-link(:to="'/post/' + hotArticle.ID", :title='hotArticle.post_title') {{ hotArticle.post_title }}
|
||||
.meta {{ hotArticle.post_modified }}
|
||||
.widget.links(v-if="$route.path === '/'")
|
||||
.widgetTitle
|
||||
label 友情链接
|
||||
.links
|
||||
a(href="https://johnsonlee.site/" target="_blank") Johnson Blog
|
||||
#tags.widget.tags
|
||||
.widgetTitle
|
||||
label 标签
|
||||
|
Reference in New Issue
Block a user