Fix up hyundai oem.
Change-Id: I50a06a6df0508785a6da64c17cbeeb5561fed1dd
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>