diff options
author | Zach van Rijn <me@zv.io> | 2023-12-01 13:39:48 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-12-01 13:39:48 -0600 |
commit | ca57e2bd46f11bf2efdebbca8c7813235744fd5f (patch) | |
tree | beb38ecabd3e1f4ebf30be70cc64b80dacbcdc4e /src | |
parent | 98d07ce25ba15873b4c3c0e71cf083b0e26885c6 (diff) | |
download | site-ng-ca57e2bd46f11bf2efdebbca8c7813235744fd5f.tar.gz site-ng-ca57e2bd46f11bf2efdebbca8c7813235744fd5f.tar.bz2 site-ng-ca57e2bd46f11bf2efdebbca8c7813235744fd5f.tar.xz site-ng-ca57e2bd46f11bf2efdebbca8c7813235744fd5f.zip |
Update Download page to include link to Docker images.
Diffstat (limited to 'src')
-rw-r--r-- | src/download/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/download/index.html b/src/download/index.html index f2b9d0a..ac6b704 100644 --- a/src/download/index.html +++ b/src/download/index.html @@ -222,8 +222,11 @@ __HEADER__ <h4 class="font-weight-light">Need something else?</h4> </div> <div class="col-12 col-md-4"> - <h3><a href="https://distfiles.adelielinux.org/adelie/current/iso/">Full Directory Listing</a></h3> - <p><a href="https://distfiles.adelielinux.org/archive/">Historical Archives</a></p> + <ul> + <li><a href="https://distfiles.adelielinux.org/adelie/current/iso/">Full Directory Listing</a></li> + <li><a href="https://hub.docker.com/r/adelielinux/adelie">Docker Images</a></li> + <li><a href="https://distfiles.adelielinux.org/archive/">Historical Archives</a></li> + </ul> </div> <div class="col-12 col-md-4"> <ul class="list-unstyled"> |