blob: 6f4eb88c97ef89c684524c099f5a1806c009e6fa [file] [log] [blame]
bigbiff bigbiff791879d2017-08-27 14:40:00 -04001---
2layout: oem
3title: TWRP
4permalink: /Devices/TWRP/
5exclude: true
6---
7
8<div class="home">
9
10 <hr />
11 <ul class="post-list" id="post-list">
12 {% for post in site.twrp %}
13 <p>
14 <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
15 </p>
16 {% endfor %}
17 </ul>
18</div>