Skip to content

Commit

Permalink
Update page title
Browse files Browse the repository at this point in the history
  • Loading branch information
nztm committed Apr 15, 2020
1 parent 5c2776f commit 72f101c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default {
},
data() {
return {
title: 'このサイトについて | Yobikake',
meta: {
type: 'article',
url: 'https://yobikake.com/about'
Expand All @@ -55,6 +56,7 @@ export default {
},
head() {
return {
title: this.title,
meta: [
{ hid: 'og:type', property: 'og:type', content: this.meta.type },
{
Expand Down
2 changes: 2 additions & 0 deletions pages/contributors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default {
},
data() {
return {
title: 'Contributors | Yobikake',
meta: {
type: 'article',
url: 'https://yobikake.com/contributors'
Expand All @@ -57,6 +58,7 @@ export default {
},
head() {
return {
title: this.title,
meta: [
{ hid: 'og:type', property: 'og:type', content: this.meta.type },
{
Expand Down

0 comments on commit 72f101c

Please sign in to comment.