Add Planet OEM.
Change-Id: I53a6ed10ec2cf77c958b4482f8475da1683ed291
diff --git a/_config.yml b/_config.yml
index a6a7109..2924447 100644
--- a/_config.yml
+++ b/_config.yml
@@ -137,6 +137,9 @@
pantech:
output: true
+ planet:
+ output: true
+
quanta:
output: true
diff --git a/_oem/planet.markdown b/_oem/planet.markdown
new file mode 100644
index 0000000..c24056e
--- /dev/null
+++ b/_oem/planet.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Planet
+---
diff --git a/oem/planet.html b/oem/planet.html
new file mode 100644
index 0000000..0f5ade2
--- /dev/null
+++ b/oem/planet.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Planet
+permalink: /Devices/Planet/
+exclude: true
+---
+
+<div class="home">
+
+ <hr />
+ <ul class="post-list" id="post-list">
+ {% for post in site.planet %}
+ <p>
+ <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+ </p>
+ {% endfor %}
+ </ul>
+</div>