LYF: Fix capitalization of OEM

Signed-off-by: chankruze <chankruze@gmail.com>
Change-Id: I8fe1055f7adbd5f2946703b0af2643529ccdd31d
diff --git a/oem/lyf.html b/oem/lyf.html
new file mode 100644
index 0000000..830fb08
--- /dev/null
+++ b/oem/lyf.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: LYF
+permalink: /Devices/Lyf/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.lyf %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>