X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app.js;h=9e6bdd9a12d813efec730f25613701cb41a45389;hb=5530707ba28f0e2b04d2bc4aeedcca172025c849;hp=e79611069f9d779d4a09e969157ec805b0c24628;hpb=0d6a177bae29d74c9e91569947bcb48977c8e03d;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; }