diff options
-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 1efe656..f1ba9b3 100644 --- a/templates/download.html +++ b/templates/download.html @@ -21,6 +21,12 @@ <a href="https://hub.docker.com/u/dxflrs" class="text-garage-orange font-bold hover:underline">on the Docker hub</a>. </p> </div> + <div id="docker-images" class="space-y-4"> + <h2 class="text-garage-gray text-xl font-semibold">Release notes (changelogs)</h2> + <p>Release notes for each Garage release can be read + <a href="https://git.deuxfleurs.fr/Deuxfleurs/garage/releases" class="text-garage-orange font-bold hover:underline">on our Gitea instance</a>. + </p> + </div> <div id="release-builds" class="space-y-4"> <h2 class="text-garage-gray text-xl font-semibold">Release Builds</h2> <div id="release-builds-container" class="space-y-12"></div> |