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:
Jack S. 2025-12-28 04:57:09 +00:00 committed by GitHub
parent fc4b535cfa
commit c7d21e4d3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>