From cf0b64e5c76b8473310a97b331fd55c641891601 Mon Sep 17 00:00:00 2001 From: Flare Starfall Date: Sat, 20 Sep 2025 10:37:56 +0200 Subject: [PATCH] Add rel="preload" to stylesheets --- .vscode/settings.json | 1 + web/index.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8084b5b..e555990 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ "source.organizeImports.ruff": "always", "source.sort.json": "always" }, + "editor.formatOnSave": true, "python.languageServer": "None", "scss-to-css-compile.browsers": [ "ie > 9", diff --git a/web/index.html b/web/index.html index c236889..a5e4aa0 100644 --- a/web/index.html +++ b/web/index.html @@ -7,9 +7,13 @@ + + + + - + {% block head %} {% endblock %}