summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/device.html55
-rw-r--r--templates/footer.html12
2 files changed, 1 insertions, 66 deletions
diff --git a/templates/device.html b/templates/device.html
deleted file mode 100644
index aebfebb7..00000000
--- a/templates/device.html
+++ /dev/null
@@ -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>
diff --git a/templates/footer.html b/templates/footer.html
index 00e5810b..3529c81d 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -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>