Skip to content

Commit 6a786a6

Browse files
committed
small fix
1 parent 836cb9a commit 6a786a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/head.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const clientTitleMixin = {
5151
mounted () {
5252
const title = getTitle(this)
5353
if (title) {
54-
document.title = `Vue HN 2.0 | ${title}`
54+
document.title = title
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)