cli: make config available in index.html template

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-12-19 13:46:14 +01:00
parent f5fdee16c1
commit 5fdc8df0e8
7 changed files with 97 additions and 32 deletions
@@ -47,7 +47,7 @@
min-height: 100%;
}
</style>
<title><%= app.title %></title>
<title><%= config.getString('app.title') %></title>
</head>
<body style="margin: 0">
<noscript>You need to enable JavaScript to run this app.</noscript>