diff options
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ const app = new Vue({ | |||
21 | this.checkOffline(); | 21 | this.checkOffline(); |
22 | try { | 22 | try { |
23 | this.config = await this.getConfig(); | 23 | this.config = await this.getConfig(); |
24 | document.title = this.config.title + ' | Homer'; | 24 | document.title = this.config.title + ' | ' + this.config.subtitle; |
25 | } catch (error) { | 25 | } catch (error) { |
26 | this.offline = true; | 26 | this.offline = true; |
27 | } | 27 | } |