update
This commit is contained in:
parent
34965b8b3b
commit
f820cc24e1
@ -7,5 +7,7 @@ footer
|
||||
.footer
|
||||
| Copyright © 2018 WangYi.
|
||||
br
|
||||
| All Rights Reserved. 浙ICP备14013313号-2
|
||||
| All Rights Reserved.
|
||||
a(href="http://www.beian.miit.gov.cn" target="_blank" style="color: #ccc")
|
||||
| 浙ICP备14013313号-2
|
||||
</template>
|
||||
|
@ -81,12 +81,12 @@
|
||||
label 友情链接
|
||||
.links
|
||||
a(href="https://johnsonlee.site/" target="_blank") Johnson Blog
|
||||
a(href="https://8code.net/" target="_blank") 前端视角
|
||||
#tags.widget.tags
|
||||
.widgetTitle
|
||||
label 标签
|
||||
.tagcloud
|
||||
nuxt-link(:to="'/tag/' + tag.slug", :title='tag.name', v-for='tag in $store.state.tags', :key='tag.term_id') {{ tag.name }}
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
@ -131,7 +131,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
(adsbygoogle = window.adsbygoogle || []).push({})
|
||||
(adsbygoogle = window.adsbygoogle || []).push({}) // eslint-disable-line
|
||||
},
|
||||
methods: {
|
||||
decodeTitle (name) {
|
||||
|
Loading…
Reference in New Issue
Block a user