We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d193931 commit 89b8386Copy full SHA for 89b8386
lib/app/dataMixin.js
@@ -50,7 +50,7 @@ export default {
50
return this.$page.frontmatter.title || this.$localeConfig.title || this.$site.title || ''
51
},
52
$description () {
53
- return this.$page.frontmatter.title || this.$localeConfig.description || this.$site.description || ''
+ return this.$page.frontmatter.description || this.$localeConfig.description || this.$site.description || ''
54
55
$lang () {
56
return this.$page.frontmatter.lang || this.$localeConfig.lang || 'en-US'
0 commit comments