diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-10 14:25:55 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-04-12 21:12:42 -0400 |
| commit | 99b3fae892a9ef145caa075c7ed06e8a0216e216 (patch) | |
| tree | 5427c91bc48710da6ff4052cacbb2632ef0ee133 /static/releases.html | |
| parent | 4427db873cc0ddc65b1e1423adbf8cb73d616d9a (diff) | |
add support for Pixel 9a
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 34295921..9bdefd2b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -47,6 +47,7 @@ <li> <a href="#devices">Devices</a> <ul> + <li><a href="#tegu">Pixel 9a (experimental)</a></li> <li><a href="#comet">Pixel 9 Pro Fold</a></li> <li><a href="#komodo">Pixel 9 Pro XL</a></li> <li><a href="#caiman">Pixel 9 Pro</a></li> @@ -488,6 +489,9 @@ <section id="devices"> <h2><a href="#devices">Devices</a></h2> + {% with codename="tegu", name="Pixel 9a (experimental)" %} + {% include "device.html" %} + {% endwith %} {% with codename="comet", name="Pixel 9 Pro Fold" %} {% include "device.html" %} {% endwith %} |
