blob: c2f92988a96da85105f8a677fe0b398c4bde42c8 [file] [log] [blame]
seanhoyt963eb241d82018-04-29 22:23:34 +00001---
2layout: oem
3title: Vanzo
4permalink: /Devices/Vanzo/
5exclude: true
6---
7
8<div class="home">
9
10 <hr />
11 <ul class="post-list" id="post-list">
bigbiff bigbiffecd80f22018-04-30 19:37:12 -040012 {% for post in site.vanzo %}
seanhoyt963eb241d82018-04-29 22:23:34 +000013 <p>
14 <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
15 </p>
16 {% endfor %}
17 </ul>
18</div>