Skip to content

Commit

Permalink
Add Realme oem markdown for listing devices.
Browse files Browse the repository at this point in the history
Change-Id: Iaa45f8008f0df90aabd6f6d6d75cac8560179c73
  • Loading branch information
bigbiff committed Jan 20, 2019
1 parent ff38532 commit 0b6a928
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions oem/realme.html
@@ -0,0 +1,18 @@
---
layout: oem
title: Realme
permalink: /Devices/Realme/
exclude: true
---

<div class="home">

<hr />
<ul class="post-list" id="post-list">
{% for post in site.realme %}
<p>
<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
</p>
{% endfor %}
</ul>
</div>

0 comments on commit 0b6a928

Please sign in to comment.