Fix: Ensure that the URLs of header resources are enclosed in quotes (#3119)
Some checks failed
Linters / Spell Check with Typos (push) Has been cancelled
Linters / Lint Markdown with rumdl (push) Has been cancelled
Build site / Build the site (push) Has been cancelled

Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
Jack S. 2025-12-25 16:05:10 +00:00 committed by GitHub
parent 86f88a19ef
commit 9d226ad777
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,8 +46,8 @@
</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>
<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>