Move all imports to head to avoid unstyled html on load

This commit is contained in:
Łukasz Mierzwa
2017-07-29 16:26:28 -07:00
parent f202232be8
commit 89223e8fbd
3 changed files with 8 additions and 8 deletions

View File

@@ -9,6 +9,9 @@
<meta name="author" content="">
<link rel="shortcut icon" id="favicon" href="{{ .WebPrefix }}static/dist/favicon.ico">
<title>(◕︵◕)</title>
{{ template "static/dist/templates/loader_shared.html" }}
{{ template "static/dist/templates/loader_help.html" }}
</head>
<body>
@@ -306,6 +309,3 @@
</body>
</html>
{{ template "static/dist/templates/loader_shared.html" }}
{{ template "static/dist/templates/loader_help.html" }}

View File

@@ -9,6 +9,9 @@
<meta name="author" content="">
<link rel="shortcut icon" id="favicon" href="{{ .WebPrefix }}static/dist/favicon.ico">
<title>(◕︵◕)</title>
{{ template "static/dist/templates/loader_shared.html" }}
{{ template "static/dist/templates/loader_unsee.html" }}
</head>
<body class="dark" data-raven-dsn="{{ .SentryDSN }}" data-unsee-version="{{ .Version }}">
@@ -169,9 +172,6 @@
</body>
</html>
{{ template "static/dist/templates/loader_shared.html" }}
{{ template "static/dist/templates/loader_unsee.html" }}
{{ template "templates/alertgroup.html" }}
{{ template "templates/summary.html" }}
{{ template "templates/errors.html" }}

File diff suppressed because one or more lines are too long