X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.js;h=9e6bdd9a12d813efec730f25613701cb41a45389;hb=ab7ac44c191e3b7dea696e76b74097e23f73b18c;hp=e79611069f9d779d4a09e969157ec805b0c24628;hpb=d2bf5e5f62c2a8d94b27529424a96066ead3e5b1;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/app.js b/app.js index e796110..9e6bdd9 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ const app = new Vue({ this.checkOffline(); try { this.config = await this.getConfig(); - document.title = this.config.title + ' | Homer'; + document.title = this.config.title + ' | ' + this.config.subtitle; } catch (error) { this.offline = true; }