diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-21 20:27:21 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-21 20:27:21 +0200 |
commit | 2969161afbe60a1aa2e7da6cedc3ab48941faf3e (patch) | |
tree | ff882416a8577cb94fec575d5a79d3a9d639e40c /client/components/main/layouts.jade | |
parent | a6213d4a6f06d91ac63678ead73a6e3d7028adef (diff) | |
download | wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.gz wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.bz2 wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.zip |
- More whitelabeling.
Thanks to xet7 !
Diffstat (limited to 'client/components/main/layouts.jade')
-rw-r--r-- | client/components/main/layouts.jade | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index 3be676a3..0d39ed37 100644 --- a/client/components/main/layouts.jade +++ b/client/components/main/layouts.jade @@ -1,5 +1,5 @@ head - title Wekan + title "" meta(name="viewport" content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0") meta(http-equiv="X-UA-Compatible" content="IE=edge") @@ -7,20 +7,20 @@ head where the application is deployed with a path prefix, but it seems to be difficult to do that cleanly with Blaze -- at least without adding extra packages. - link(rel="shortcut icon" href="/wekan-favicon.png") - link(rel="apple-touch-icon" href="/wekan-favicon.png") - link(rel="mask-icon" href="/wekan-150.svg") - link(rel="manifest" href="/wekan-manifest.json") + link(rel="shortcut icon" href="/favicon.png") + link(rel="apple-touch-icon" href="/favicon.png") + link(rel="mask-icon" href="/logo-150.svg") + link(rel="manifest" href="/manifest.json") template(name="userFormsLayout") section.auth-layout - if currentSetting.hideLogo - h1 - br - br - else - h1.at-form-landing-logo - img(src="{{pathFor '/wekan-logo.png'}}" alt="Wekan") + //if currentSetting.hideLogo + h1 + br + br + //else + // h1.at-form-landing-logo + // img(src="{{pathFor '/logo.png'}}" alt="") section.auth-dialog +Template.dynamic(template=content) if currentSetting.displayAuthenticationMethod |