mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Do not append subtitle to document title when empty
This commit is contained in:
parent
2df7d5947b
commit
63647e837a
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ export default {
|
|||
|
||||
document.title =
|
||||
this.config.documentTitle ||
|
||||
`${this.config.title} | ${this.config.subtitle}`;
|
||||
[this.config.title, this.config.subtitle].filter(Boolean).join(" | ");
|
||||
if (this.config.stylesheet) {
|
||||
let stylesheet = "";
|
||||
let addtionnal_styles = this.config.stylesheet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue