diff options
Diffstat (limited to 'templates/download.html')
-rw-r--r-- | templates/download.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 }} <div class="h-8 w-8 bg-gradient-to-bl from-gray-50 via-gray-50 to-gray-100 -rotate-45 transform origin-top-left shadow"></div> </div> </div> + <div class="mx-auto max-w-7xl px-4"> + + <div class="pt-16"> + {% include "partials/shared/community_survey.html" %} + </div> + <div id="releases-container" class="py-24 space-y-20"> <div id="docker-images" class="space-y-4"> <h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2> |