twrpme: Include mobvoi brand

Change-Id: Ibd22cdc77a3476cfb09f0b343102f68cec8eb0f1
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
diff --git a/_config.yml b/_config.yml
index 98a8814..7fbd8ba 100644
--- a/_config.yml
+++ b/_config.yml
@@ -116,6 +116,9 @@
   minix:
     output: true
 
+  mobvoi:
+    output: true
+
   motorola:
     output: true
 
diff --git a/_oem/mobvoi.markdown b/_oem/mobvoi.markdown
new file mode 100644
index 0000000..11da2ab
--- /dev/null
+++ b/_oem/mobvoi.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Mobvoi
+---
diff --git a/oem/mobvoi.html b/oem/mobvoi.html
new file mode 100644
index 0000000..71140b2
--- /dev/null
+++ b/oem/mobvoi.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Mobvoi
+permalink: /Devices/Mobovoi/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.mobvoi %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>