|
@@ -1,23 +1,24 @@
|
|
-html(lang="{{TAPi18n.getLanguage()}}")
|
|
|
|
- head
|
|
|
|
- title
|
|
|
|
- meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
|
|
- meta(http-equiv="X-UA-Compatible" content="IE=edge")
|
|
|
|
- //- 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" type="image/x-icon" href="/favicon.ico")
|
|
|
|
- link(rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png")
|
|
|
|
- link(rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png")
|
|
|
|
- link(rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png")
|
|
|
|
- link(rel="manifest" crossOrigin="use-credentials" href="/site.webmanifest")
|
|
|
|
- link(rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5")
|
|
|
|
- meta(name="apple-mobile-web-app-title" content="Wekan")
|
|
|
|
- meta(name="application-name" content="Wekan")
|
|
|
|
- meta(name="msapplication-TileColor" content="#00aba9")
|
|
|
|
- meta(name="theme-color" content="#ffffff")
|
|
|
|
- //link(rel="stylesheet" type="text/css" class="__meteor-css__" href="css/html5-default-theme.css")
|
|
|
|
|
|
+template(name="main")
|
|
|
|
+ html(lang="{{TAPi18n.getLanguage}}")
|
|
|
|
+ head
|
|
|
|
+ title
|
|
|
|
+ meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
|
|
+ meta(http-equiv="X-UA-Compatible" content="IE=edge")
|
|
|
|
+ //- 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" type="image/x-icon" href="/favicon.ico")
|
|
|
|
+ link(rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png")
|
|
|
|
+ link(rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png")
|
|
|
|
+ link(rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png")
|
|
|
|
+ link(rel="manifest" crossOrigin="use-credentials" href="/site.webmanifest")
|
|
|
|
+ link(rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5")
|
|
|
|
+ meta(name="apple-mobile-web-app-title" content="Wekan")
|
|
|
|
+ meta(name="application-name" content="Wekan")
|
|
|
|
+ meta(name="msapplication-TileColor" content="#00aba9")
|
|
|
|
+ meta(name="theme-color" content="#ffffff")
|
|
|
|
+ //link(rel="stylesheet" type="text/css" class="__meteor-css__" href="css/html5-default-theme.css")
|
|
|
|
|
|
template(name="userFormsLayout")
|
|
template(name="userFormsLayout")
|
|
section.auth-layout
|
|
section.auth-layout
|