aboutsummaryrefslogtreecommitdiffhomepage
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index e796110..9e6bdd9 100644
--- a/app.js
+++ b/app.js
@@ -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 }