aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-04-03 16:36:00 -0700
committerMatt Turner <mattst88@gentoo.org>2020-04-03 16:36:00 -0700
commit732abc833a9695f40a45199779c30e2c2b61c1f4 (patch)
tree08d89780788382d929bda24027dc8dbc223d0e73 /_includes
parentdownloads/sparc.html: Add details links (diff)
downloadwww-732abc833a9695f40a45199779c30e2c2b61c1f4.tar.gz
www-732abc833a9695f40a45199779c30e2c2b61c1f4.tar.bz2
www-732abc833a9695f40a45199779c30e2c2b61c1f4.zip
downloads/ppc.html: Add details links
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/downloads/ppc.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html
index 7576a68..374002e 100644
--- a/_includes/downloads/ppc.html
+++ b/_includes/downloads/ppc.html
@@ -9,4 +9,11 @@
{% include partials/download-link.html type="stage3" arch="ppc" id="ppc64" title="PPC64 stage 3" %}
{% include partials/download-link.html type="stage3" arch="ppc" id="ppc64le" title="PPC64LE stage 3" %}
</div>
-</div> \ No newline at end of file
+</div>
+<div class="col-xs-12 col-md-6">
+ <h4>Details (contents, hashes, and signatures)</h4>
+ <ul>
+ <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/current-iso/">Minimal Installation CD</a></li>
+ <li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/current-stage3-ppc64/">Stage 3</a></li>
+ </ul>
+</div>