Sha256: 8250c82ae953c59c1240c7f0182757f3f38ed598838e226557f35d103bbe5619

Contents?: true

Size: 287 Bytes

Versions: 5

Compression:

Stored size: 287 Bytes

Contents

---
layout: default
---

{% assign list = site.posts | where: "layout","visio"%}

{% for post in list  %}

    {% if post.layout == 'visio' %}
    <a href="{{ post.url | prepend: site.baseurl }}"  >
        <p>{{post.title}}</p>
    </a>
    {% endif %}
    

{% endfor %}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-panda-0.2.6 _layouts/visiolist.html
jekyll-theme-panda-0.2.5 _layouts/visiolist.html
jekyll-theme-panda-0.2.3 _layouts/visiolist.html
jekyll-theme-panda-0.2.2 _layouts/visiolist.html
jekyll-theme-panda-0.2.1 _layouts/visiolist.html