X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.js;h=21bdbb995f47392582a9849f83d55c51cffbaa30;hb=26221ad30c9bcca833281e95ffd0b7484521f50e;hp=c35e4c7da7aa1f4c8a7297434d886473657a8508;hpb=46fd4f4da18ed505264181cfa8f6a776abef9e2f;p=github%2Fbastienwirtz%2Fhomer.git 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; }