From 74d33bb9294d4a48360b792fe912684bf0db37ac Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 17 Jan 2024 15:27:55 +0100 Subject: [PATCH] Add community survey link --- templates/documentation.html | 5 +++++ templates/download.html | 6 ++++++ templates/index.html | 5 +++++ templates/partials/shared/community_survey.html | 14 ++++++++++++++ 4 files changed, 30 insertions(+) create mode 100644 templates/partials/shared/community_survey.html diff --git a/templates/documentation.html b/templates/documentation.html index fd7889f..c835175 100644 --- a/templates/documentation.html +++ b/templates/documentation.html @@ -12,6 +12,11 @@
{% include "partials/doc/global_toc.html" %}
+ +
+ {% include "partials/shared/community_survey.html" %} +
+
diff --git a/templates/download.html b/templates/download.html index 72c56d7..a0780c9 100644 --- a/templates/download.html +++ b/templates/download.html @@ -12,7 +12,13 @@ Downloads | {{ config.title }}
+