Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #69 from Sebubu/master
Browse files Browse the repository at this point in the history
Fix title not displayed
  • Loading branch information
TiagoDanin authored Sep 25, 2020
2 parents ff83c38 + c86e50b commit 7f123fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ module.exports = function (moduleOptions) {
options.title = this.options.head.title
}

this.options.title = createTitle(options)
this.options.head.title = createTitle(options)
this.options.head.meta = createMeta(options, this.options.head.meta, template)

const pluginOptions = {
Expand Down

0 comments on commit 7f123fa

Please sign in to comment.