From 82de4cb50446f7ae6b94143344afa33252bdc855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Kirchg=C3=A4ssner?= Date: Tue, 6 Sep 2022 09:51:50 +0200 Subject: [PATCH 1/2] load stork index on click --- templates/partial/sidebar.html | 2 +- templates/partial/stork.html | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/templates/partial/sidebar.html b/templates/partial/sidebar.html index 4a447c1..7f30501 100644 --- a/templates/partial/sidebar.html +++ b/templates/partial/sidebar.html @@ -23,7 +23,7 @@ {% elif 'pelican.plugins.search' in PLUGINS %}
- +
{% endif %} diff --git a/templates/partial/stork.html b/templates/partial/stork.html index aa04e0b..35a045a 100644 --- a/templates/partial/stork.html +++ b/templates/partial/stork.html @@ -1,13 +1,12 @@ {% if 'pelican.plugins.search' in PLUGINS %} + {% if STORK_VERSION %} - {% else %} - {% endif %} {% endif %} From f98b769a70d8c39d2933ab9cff5672c8b2839214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Kirchg=C3=A4ssner?= Date: Tue, 6 Sep 2022 10:03:56 +0200 Subject: [PATCH 2/2] fix load of self hosted wasm --- templates/partial/stork.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/partial/stork.html b/templates/partial/stork.html index 35a045a..10f3e09 100644 --- a/templates/partial/stork.html +++ b/templates/partial/stork.html @@ -1,6 +1,9 @@ {% if 'pelican.plugins.search' in PLUGINS %}