templates: replace footer
This commit is contained in:
parent
8275ff0d22
commit
836134f9fc
@ -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>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user