From 67fd101a38baf3e7634c494eb286a671685a76b6 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Fri, 16 Oct 2020 21:29:28 -0700 Subject: Dark theme improvements --- src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index 0f137b9..c47b5a9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -159,7 +159,9 @@ export default { } this.config = merge(defaults, config); this.services = this.config.services; - document.title = this.config.documentTitle || `${this.config.title} | ${this.config.subtitle}`; + document.title = + this.config.documentTitle || + `${this.config.title} | ${this.config.subtitle}`; if (this.config.stylesheet) { let stylesheet = ""; for (const file of this.config.stylesheet) { -- cgit v1.2.3