From 706752d46b118f162b203f84da0b91115561054e Mon Sep 17 00:00:00 2001 From: mose Date: Tue, 29 Aug 2017 03:27:43 +0800 Subject: [PATCH] fix toads page --- _includes/crapauds.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_includes/crapauds.html b/_includes/crapauds.html index 4cf64dd..9d7f9bb 100644 --- a/_includes/crapauds.html +++ b/_includes/crapauds.html @@ -1,7 +1,6 @@ {% for page in site.pages %} -{% if (page.categories | first) == "crapaud" %} -
{{ page.categories | first }}
+{% if page.categories contains "crapaud" %}
{{ page.title }}
{% endif %} {% endfor %}