mirror of https://github.com/zulip/zulip.git
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:
parent
d92edb8ea5
commit
77e57dd033
|
@ -16,7 +16,6 @@
|
|||
<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">
|
||||
<style type="text/css">
|
||||
|
||||
#css-loading {
|
||||
background: white;
|
||||
position: fixed;
|
||||
|
@ -30,16 +29,12 @@
|
|||
</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" %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div id="css-loading">
|
||||
|
|
Loading…
Reference in New Issue