From b601b67b6e40cca9037ab28164905d402ae0cf39 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Fri, 22 Nov 2024 07:38:48 +0100 Subject: [PATCH] updated javascript preloading --- .version | 2 +- StaticGalleryBuilder.code-workspace | 2 +- templates/index.html.j2 | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.version b/.version index 58073ef..acdc3f1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.4.1 \ No newline at end of file +2.4.2 \ No newline at end of file diff --git a/StaticGalleryBuilder.code-workspace b/StaticGalleryBuilder.code-workspace index 4809e68..638ac02 100644 --- a/StaticGalleryBuilder.code-workspace +++ b/StaticGalleryBuilder.code-workspace @@ -1,11 +1,11 @@ { "extensions": { "recommendations": [ + "charliermarsh.ruff", "esbenp.prettier-vscode", "ms-edgedevtools.vscode-edge-devtools", "ms-python.black-formatter", "ms-python.debugpy", - "ms-python.pylint", "ms-python.python", "ms-python.vscode-pylance", "samuelcolvin.jinjahtml", diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 149f1f8..8223dc3 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -17,6 +17,10 @@ {%- if theme %} {%- endif %} + + + + {%- if images %} @@ -26,10 +30,6 @@ - - - -