templates: replace footer
All checks were successful
Static / Flake checks (push) Successful in 22s
Static / Create distribution (push) Successful in 55s

This commit is contained in:
Ophestra 2025-06-28 15:20:41 +09:00
parent 8275ff0d22
commit 836134f9fc
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 1 additions and 66 deletions

View File

@ -1,55 +0,0 @@
<section id="{{codename}}">
<h3><a href="#{{codename}}">{{name}}</a></h3>
<table>
<tr>
<th>Channel</th>
<th>Version</th>
<th>Downloads</th>
</tr>
<tr id="{{codename}}-stable">
<td>Stable</td>
{% if split %}
<td><span>[[{{codename}}-stable-BUILD_NUMBER]]</span></td>
{% else %}
<td><a href="#[[{{codename}}-stable-BUILD_NUMBER]]">[[{{codename}}-stable-BUILD_NUMBER]]</a></td>
{% endif %}
<td>
<ul>
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-stable-BUILD_NUMBER]].zip">Install zip</a></li>
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-stable-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-stable-BUILD_NUMBER]].zip">Signed update package</a></li>
</ul>
</td>
</tr>
<tr id="{{codename}}-beta">
<td>Beta</td>
{% if split %}
<td><span>[[{{codename}}-beta-BUILD_NUMBER]]</span></td>
{% else %}
<td><a href="#[[{{codename}}-beta-BUILD_NUMBER]]">[[{{codename}}-beta-BUILD_NUMBER]]</a></td>
{% endif %}
<td>
<ul>
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-beta-BUILD_NUMBER]].zip">Install zip</a></li>
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-beta-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-beta-BUILD_NUMBER]].zip">Signed update package</a></li>
</ul>
</td>
</tr>
<tr id="{{codename}}-alpha">
<td>Alpha</td>
{% if split %}
<td><span>[[{{codename}}-alpha-BUILD_NUMBER]]</span></td>
{% else %}
<td><a href="#[[{{codename}}-alpha-BUILD_NUMBER]]">[[{{codename}}-alpha-BUILD_NUMBER]]</a></td>
{% endif %}
<td>
<ul>
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-alpha-BUILD_NUMBER]].zip">Install zip</a></li>
<li><a href="https://releases.grapheneos.org/{{codename}}-{{install | default("install")}}-[[{{codename}}-alpha-BUILD_NUMBER]].zip.sig">Install zip signature</a></li>
<li><a href="https://releases.grapheneos.org/{{codename}}-ota_update-[[{{codename}}-alpha-BUILD_NUMBER]].zip">Signed update package</a></li>
</ul>
</td>
</tr>
</table>
</section>

View File

@ -1,16 +1,6 @@
<footer>
<a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>Hakurei</a>
<ul id="social">
<li><a href="https://discuss.grapheneos.org/">Forum</a></li>
<li><a href="https://discord.com/invite/grapheneos">Discord</a></li>
<li><a href="https://t.me/GrapheneOS">Telegram</a></li>
<li><a href="https://matrix.to/#/%23community:grapheneos.org">Matrix</a></li>
<li><a href="/hiring">Hiring</a></li>
<li><a href="https://x.com/GrapheneOS">X</a></li>
<li><a href="https://grapheneos.social/@GrapheneOS">Mastodon</a></li>
<li><a href="https://bsky.app/profile/grapheneos.org">Bluesky</a></li>
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
<li><a href="https://www.linkedin.com/company/grapheneos/">LinkedIn</a></li>
<li><a href="https://git.gensokyo.uk/security">Gitea</a></li>
</ul>
</footer>