|
@@ -2,12 +2,16 @@ head
|
|
title Wekan
|
|
title Wekan
|
|
meta(name="viewport"
|
|
meta(name="viewport"
|
|
content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
|
|
content="maximum-scale=1.0,width=device-width,initial-scale=1.0,user-scalable=0")
|
|
|
|
+ //- XXX We should use pathFor in the following `href` to support the case
|
|
|
|
+ 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="shortcut icon" href="/wekan-favicon.png")
|
|
|
|
|
|
template(name="userFormsLayout")
|
|
template(name="userFormsLayout")
|
|
section.auth-layout
|
|
section.auth-layout
|
|
h1.at-form-landing-logo
|
|
h1.at-form-landing-logo
|
|
- img(src="/wekan-logo.png" alt="Wekan")
|
|
|
|
|
|
+ img(src="{{pathFor '/wekan-logo.png'}}" alt="Wekan")
|
|
+Template.dynamic(template=content)
|
|
+Template.dynamic(template=content)
|
|
|
|
|
|
template(name="defaultLayout")
|
|
template(name="defaultLayout")
|