修改名称

This commit is contained in:
yi-ge 2020-03-02 19:43:47 +08:00
parent 2ab312e001
commit bf1263e67b
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#wrap #wrap
#leftMain #leftMain
h1.title h1.title
nuxt-link(to='/') 轶哥博客 nuxt-link(to='/') 轶哥小站
.widget.avatar .widget.avatar
.widgetTitle .widgetTitle
label 关于作者 label 关于作者

View File

@ -15,7 +15,7 @@
path(d='M192 674l640 0 0 64-640 0 0-64Z') path(d='M192 674l640 0 0 64-640 0 0-64Z')
nuxt-link(to='/') nuxt-link(to='/')
h1.title h1.title
| 轶哥博客 | 轶哥小站
.page-container .page-container
#LeftMenu(:style="'display: '+ showLeftMenuValue + ';' + isPhone") #LeftMenu(:style="'display: '+ showLeftMenuValue + ';' + isPhone")
LeftContent LeftContent

View File

@ -11,7 +11,7 @@ module.exports = {
** Headers of the page ** Headers of the page
*/ */
head: { head: {
title: '轶哥博客', title: '轶哥小站',
htmlAttrs: { htmlAttrs: {
lang: 'zh-cn' lang: 'zh-cn'
}, },

View File

@ -231,7 +231,7 @@ export default {
}, },
head () { head () {
return { return {
title: `${this.Articels.post_title} - 轶哥博客` title: `${this.Articels.post_title} - 轶哥小站`
} }
} }
} }