From eec213daa1e66f94498aac3c8a46ddaf763e091d Mon Sep 17 00:00:00 2001 From: Stefano Borini <stefano.borini@gmail.com> Date: Sat, 9 Mar 2019 17:19:41 +0000 Subject: [PATCH] Renamed excerpt to summary --- _layouts/default.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 4e9a2575..683fa553 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -62,9 +62,9 @@ <ul> {% for child in children_list %} {% if child.parent == page.title and child.title != page.title %} - {% if child.excerpt %} + {% if child.summary %} <li> - <a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.excerpt }}</a> + <a href="{{ child.url | absolute_url }}">{{ child.title }} - {{ child.summary }}</a> </li> {% else %} <li> -- GitLab