更新标题
This commit is contained in:
parent
44e07da6d4
commit
4c8e4f353f
@ -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
|
||||||
|
@ -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'
|
||||||
},
|
},
|
||||||
|
@ -231,7 +231,7 @@ export default {
|
|||||||
},
|
},
|
||||||
head () {
|
head () {
|
||||||
return {
|
return {
|
||||||
title: `${this.Articels.post_title} - 轶哥小站`
|
title: `${this.Articels.post_title} - 轶哥`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user