X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.js;h=6c8307436749b5a33e039aafefc5aaed994b6805;hb=2cf93f388130134d8ff9cf1af7535e21cafc207f;hp=a2960690a88072846cde77e93179307251c5f0ee;hpb=7cc525b2a65ce07a340562864682e663ab46bb84;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/app.js b/app.js index a296069..6c83074 100644 --- 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; }