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

12 lines
257 B
HTML
Raw Normal View History

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