Add OEM Unihertz.
Change-Id: I126b438fd8d970bdc378f9341488243618d227a3
diff --git a/_config.yml b/_config.yml
index 1382c9c..6a63cb4 100644
--- a/_config.yml
+++ b/_config.yml
@@ -158,6 +158,9 @@
twrp:
output: true
+ unihertz:
+ output: true
+
vanzo:
output: true
diff --git a/oem/unihertz.html b/oem/unihertz.html
new file mode 100644
index 0000000..8f22cfc
--- /dev/null
+++ b/oem/unihertz.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Unihertz
+permalink: /Devices/Unihertz/
+exclude: true
+---
+
+<div class="home">
+
+ <hr />
+ <ul class="post-list" id="post-list">
+ {% for post in site.unihertz %}
+ <p>
+ <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+ </p>
+ {% endfor %}
+ </ul>
+</div>