diff --git a/_layouts/default.html b/_layouts/default.html index d414234..4c622c9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -73,7 +73,7 @@ layout: table_wrappers {% for child in children_list %} {% if child.parent == page.title and child.title != page.title %}
  • - {{ child.title }} + {{ child.title }}{% if child.summary %} - {{ child.summary }}{% endif %}
  • {% endif %} {% endfor %}