diff options
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/static/releases.html b/static/releases.html index e12f1a19..cb13d9a3 100644 --- a/static/releases.html +++ b/static/releases.html @@ -489,7 +489,7 @@ <section id="devices"> <h2><a href="#devices">Devices</a></h2> - {% with codename="tegu", name="Pixel 9a (experimental)" %} + {% with codename="tegu", name="Pixel 9a (experimental)", split=True %} {% include "device.html" %} {% endwith %} {% with codename="comet", name="Pixel 9 Pro Fold" %} @@ -537,22 +537,22 @@ {% with codename="oriole", name="Pixel 6" %} {% include "device.html" %} {% endwith %} - {% with codename="barbet", name="Pixel 5a (legacy extended support)" %} + {% with codename="barbet", name="Pixel 5a (legacy extended support)", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="redfin", name="Pixel 5 (legacy extended support)" %} + {% with codename="redfin", name="Pixel 5 (legacy extended support)", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) " %} + {% with codename="bramble", name="Pixel 4a (5G) (legacy extended support) ", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory" %} + {% with codename="sunfish", name="Pixel 4a (legacy extended support)", install="factory", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory" %} + {% with codename="coral", name="Pixel 4 XL (legacy extended support)", install="factory", split=True %} {% include "device.html" %} {% endwith %} - {% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory" %} + {% with codename="flame", name="Pixel 4 (legacy extended support)", install="factory", split=True %} {% include "device.html" %} {% endwith %} </section> |
