fix toads page

This commit is contained in:
mose 2017-08-29 03:27:43 +08:00
parent 7fd75dc768
commit 706752d46b

View file

@ -1,7 +1,6 @@
{% for page in site.pages %}
{% if (page.categories | first) == "crapaud" %}
<div>{{ page.categories | first }}</div>
{% if page.categories contains "crapaud" %}
<div><a href="{{ page.url }}">{{ page.title }}</a></div>
{% endif %}
{% endfor %}