crazy-toads.github.io/_includes/crapauds.html
2017-08-29 03:27:43 +08:00

9 lines
158 B
HTML

{% for page in site.pages %}
{% if page.categories contains "crapaud" %}
<div><a href="{{ page.url }}">{{ page.title }}</a></div>
{% endif %}
{% endfor %}