]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Update <head/><title/> to 'title' defined in config.yml 22/head
authorTrae <trae@traeblain.com>
Thu, 12 Mar 2020 19:53:17 +0000 (14:53 -0500)
committerTrae <trae@traeblain.com>
Thu, 12 Mar 2020 19:53:17 +0000 (14:53 -0500)
app.js

diff --git a/app.js b/app.js
index c35e4c7da7aa1f4c8a7297434d886473657a8508..21bdbb995f47392582a9849f83d55c51cffbaa30 100644 (file)
--- 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;
         }