commit | ecd80f2bd9cdd6845c29fc70d55bbe09a1902df3 | [log] [tgz] |
---|---|---|
author | bigbiff bigbiff <bigbiff@teamw.in> | Mon Apr 30 19:37:12 2018 -0400 |
committer | bigbiff bigbiff <bigbiff@teamw.in> | Mon Apr 30 19:37:12 2018 -0400 |
tree | 0c15ecad0ca9abd9d4369e8d58d523fc1e5f6819 | |
parent | eb241d8044a871f7071736d1377ff0d3dc9884fc [diff] [blame] |
Vanzo: fix device listing Change-Id: Ib3b2610ec69fa5e6ff1c66f3c8d296ec715cdd1b
diff --git a/oem/vanzo.html b/oem/vanzo.html index 4f141cd..c2f9298 100644 --- a/oem/vanzo.html +++ b/oem/vanzo.html
@@ -9,7 +9,7 @@ <hr /> <ul class="post-list" id="post-list"> - {% for post in site.lg %} + {% for post in site.vanzo %} <p> <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong> </p>