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 %}
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 %}