]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.js
Merge pull request #27 from traeblain/feature-burger
[github/bastienwirtz/homer.git] / app.js
diff --git a/app.js b/app.js
index a2960690a88072846cde77e93179307251c5f0ee..6c8307436749b5a33e039aafefc5aaed994b6805 100644 (file)
--- a/app.js
+++ b/app.js
@@ -21,6 +21,7 @@ const app = new Vue({
         this.checkOffline();
         try {
             this.config =  await this.getConfig();
+            document.title = this.config.title + ' | Homer';
         } catch (error) {
             this.offline = true;
         }