From 948ebfda6f04577dd956c496bd24569fab479ffc Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 14 Sep 2022 19:33:05 +0200 Subject: Small templates changes --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/download.html') diff --git a/templates/download.html b/templates/download.html index f1ba9b3..56448c9 100644 --- a/templates/download.html +++ b/templates/download.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %} -{{ config.title }} | {{ page.title }} +Downloads | {{ config.title }} {% endblock %} {% block content %} -- cgit v1.2.3 From e792222615ba7177672ae0afe04e9aee42e8080e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 26 Sep 2022 18:01:57 +0200 Subject: Link to multi-arch docker image repo on dl page --- templates/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/download.html') diff --git a/templates/download.html b/templates/download.html index 56448c9..b2f4744 100644 --- a/templates/download.html +++ b/templates/download.html @@ -18,7 +18,7 @@ Downloads | {{ config.title }}

Deploy with Docker

All of the builds listed in the sections below can be downloaded as Docker images available - on the Docker hub. + on the Docker hub.

-- cgit v1.2.3