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] 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 %}