Added new environment variables for custom css, custom title, and custom description.
Fully tested using the Dockerfile, example can be found on https://fileshare.thenextweb.co.za
This commit is contained in:
parent
000854104f
commit
310271c10f
3 changed files with 25 additions and 5 deletions
|
@ -40,6 +40,11 @@ module.exports = function(state, body = '') {
|
|||
type="text/css"
|
||||
href="${assets.get('app.css')}"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="${state.ui.assets.custom_css}"
|
||||
/>
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue