This commit is contained in:
Rico Sta. Cruz 2017-08-29 03:02:19 +08:00
parent f057175dda
commit 7121fa106d
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ type: website
{% for page in site.pages %}
{% if page.category == category %}
{% include 2017/pages-list-item.html page=page class='article item' %}
{% if page.title %}
{% include 2017/pages-list-item.html page=page class='article item' %}
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}