crazy-toads.github.io/_includes/partners.html

9 lines
170 B
HTML
Raw Normal View History

2017-08-28 11:20:57 +00:00
{% for page in site.pages %}
{% if page.categories | first contains "Partenaires" %}
<div><a href="{{ page.url }}">{{ page.title }}</a></div>
{% endif %}
{% endfor %}