mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-16 23:13:50 +00:00
Rearrange the position of the header.js script element
Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
parent
fc4b535cfa
commit
c7d21e4d3b
1 changed files with 3 additions and 3 deletions
|
|
@ -46,10 +46,10 @@
|
|||
</title>
|
||||
<link rel="shortcut icon" href="/assets/favicon.ico" />
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
||||
<link rel="stylesheet" href="{{ get_url(path="/style.css" , cachebust=true) }}" />
|
||||
<script async src="{{ get_url(path="/js/components.js" , cachebust=true) }}"></script>
|
||||
<script defer data-domain="matrix.org" src="https://plausible.io/js/script.tagged-events.js"></script>
|
||||
<link rel="stylesheet" href="{{ get_url(path="/style.css", cachebust=true) }}" />
|
||||
<script async src="{{ get_url(path="/js/components.js", cachebust=true) }}"></script>
|
||||
<script async src="{{ get_url(path="/js/header.js", cachebust=true) }}"></script>
|
||||
<script defer data-domain="matrix.org" src="https://plausible.io/js/script.tagged-events.js"></script>
|
||||
|
||||
{% block head_extra %}{% endblock head_extra -%}
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue