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