diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-15 20:36:32 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-15 20:36:56 +0100 |
commit | 4e84daea298552d6bad4de8dbabc0e5a3d0698e5 (patch) | |
tree | 79ae1466f63c6c75c4d8daf54de69205a891d6d0 /downloads | |
parent | Update GSoC announcement for new soc-admins email address (diff) | |
download | www-4e84daea298552d6bad4de8dbabc0e5a3d0698e5.tar.gz www-4e84daea298552d6bad4de8dbabc0e5a3d0698e5.tar.bz2 www-4e84daea298552d6bad4de8dbabc0e5a3d0698e5.zip |
Re-add a mips download panel
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'downloads')
-rw-r--r-- | downloads/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/downloads/index.html b/downloads/index.html index 1b19bda..31a6364 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -62,6 +62,7 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" <li><a href="#arm64-advanced" data-toggle="tab"><strong>arm64</strong></a></li> <li><a href="#hppa" data-toggle="tab"><strong>hppa</strong></a></li> <li><a href="#ia64" data-toggle="tab"><strong>ia64</strong></a></li> + <li><a href="#mips" data-toggle="tab"><strong>mips</strong></a></li> <li><a href="#m68k" data-toggle="tab"><strong>m68k</strong></a></li> <li><a href="#ppc" data-toggle="tab"><strong>ppc</strong></a></li> <li><a href="#riscv" data-toggle="tab"><strong>riscv</strong></a></li> @@ -107,6 +108,12 @@ inlinejs: "$(function() { $('#other-arches a:first').tab('show'); });" {% include downloads/ia64.html %} </div> </div> + <div class="tab-pane active" id="mips"> + <h3>mips</h3> + <div class="row"> + {% include downloads/mips.html %} + </div> + </div> <div class="tab-pane active" id="m68k"> <h3>m68k</h3> <div class="row"> |