Fix up hyundai oem.

Change-Id: I50a06a6df0508785a6da64c17cbeeb5561fed1dd
diff --git a/_config.yml b/_config.yml
index a4a0088..ef6ba89 100644
--- a/_config.yml
+++ b/_config.yml
@@ -74,6 +74,9 @@
   huawei:
     output: true
 
+  hyundai:
+    output: true
+
   infinix:
     output: true
 
diff --git a/_lg/hyundaititanlte.markdown b/_hyuandai/hyundaititanlte.markdown
similarity index 100%
rename from _lg/hyundaititanlte.markdown
rename to _hyuandai/hyundaititanlte.markdown
diff --git a/_oem/hyundai.markdown b/_oem/hyundai.markdown
new file mode 100644
index 0000000..258d161
--- /dev/null
+++ b/_oem/hyundai.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Hyundai
+---
diff --git a/oem/hyundai.html b/oem/hyundai.html
new file mode 100644
index 0000000..684c489
--- /dev/null
+++ b/oem/hyundai.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Hyundai
+permalink: /Devices/Hyundai/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.hyundai %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>