We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bef6a1 commit bc5c9dcCopy full SHA for bc5c9dc
src/theme/common/template-helpers.js
@@ -69,7 +69,7 @@ module.exports = {
69
return `${this.subpage.title} / ${this.settings.site.title}`
70
}
71
if (this.page === 'category') {
72
- return `${this.category.name} / ${this.settings.site.title}`
+ return `${this.category.title} / ${this.settings.site.title}`
73
74
if (this.page === 'tag') {
75
return `#${this.tag.tag} / ${this.settings.site.title}`
0 commit comments