From: Bastien Wirtz Date: Wed, 18 Mar 2020 04:54:32 +0000 (-0700) Subject: Merge pull request #22 from traeblain/feature-title X-Git-Tag: v1.0~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=9488d4304d511e651abb2bcf7cf0ea6f4cd3ffa3;hp=46fd4f4da18ed505264181cfa8f6a776abef9e2f;p=github%2Fbastienwirtz%2Fhomer.git Merge pull request #22 from traeblain/feature-title Update to 'title' defined in config.yml --- 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; }