index.html: Clean up indentation and whitespace in HEAD.

This is mostly to make our linter happy after removing the conditional
in the previous commit.
This commit is contained in:
Tim Abbott 2018-05-01 09:46:38 -07:00
parent d92edb8ea5
commit 77e57dd033
1 changed files with 20 additions and 25 deletions

View File

@ -12,34 +12,29 @@
{% endblock %} {% endblock %}
{% block customhead %} {% block customhead %}
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<link href="/static/images/logo/apple-touch-icon-precomposed.png" rel="apple-touch-icon-precomposed"> <link href="/static/images/logo/apple-touch-icon-precomposed.png" rel="apple-touch-icon-precomposed">
<link id="emoji-spritesheet" href="/static/generated/emoji/{{ user_profile.emojiset }}_sprite.css" rel="stylesheet" type="text/css"> <link id="emoji-spritesheet" href="/static/generated/emoji/{{ user_profile.emojiset }}_sprite.css" rel="stylesheet" type="text/css">
<style type="text/css"> <style type="text/css">
#css-loading {
background: white;
position: fixed;
height: 100%;
width: 100%;
padding: 10px;
top: 0px;
left: 0px;
}
#css-loading { </style>
background: white;
position: fixed;
height: 100%;
width: 100%;
padding: 10px;
top: 0px;
left: 0px;
}
</style>
{% stylesheet 'app' %}
{{ minified_js('app', csp_nonce)|safe }}
{{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }}
{{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }}
{% include "zerver/app/topic_is_muted.html" %}
{% stylesheet 'app' %}
{{ minified_js('app', csp_nonce)|safe }}
{{ render_bundle('translations', attrs='nonce="%s"' % (csp_nonce)) }}
{{ render_bundle('katex', attrs='nonce="%s"' % (csp_nonce)) }}
{% include "zerver/app/topic_is_muted.html" %}
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div id="css-loading"> <div id="css-loading">