From 26221ad30c9bcca833281e95ffd0b7484521f50e Mon Sep 17 00:00:00 2001 From: Trae Date: Thu, 12 Mar 2020 14:53:17 -0500 Subject: [PATCH] Update to 'title' defined in config.yml --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index c35e4c7..21bdbb9 100644 --- a/app.js +++ b/app.js @@ -20,6 +20,7 @@ const app = new Vue({ this.checkOffline(); try { this.config = await this.getConfig(); + document.title = this.config.title + ' | Homer'; } catch (error) { this.offline = true; } -- 2.41.0