Add UMIDIGI One Max
Add all jekyll layouts to add new oem with device markdown.
Signed-off-by: chankruze <chankruze@gmail.com>
Change-Id: I42a24131e1fb9003a9ff774c0e23803d5a425feb
diff --git a/oem/umidigi.html b/oem/umidigi.html
new file mode 100644
index 0000000..a8126c9
--- /dev/null
+++ b/oem/umidigi.html
@@ -0,0 +1,16 @@
+---
+layout: oem
+title: UMIDIGI
+permalink: /Devices/Umidigi/
+exclude: true
+---
+<div class="home">
+ <hr />
+ <ul class="post-list" id="post-list">
+ {% for post in site.umidigi %}
+ <p>
+ <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+ </p>
+ {% endfor %}
+ </ul>
+</div>
\ No newline at end of file