From 0b0b2e85554d83ec9fd2cde770c9de1f00327072 Mon Sep 17 00:00:00 2001 From: Stefano Borini Date: Sat, 9 Mar 2019 17:45:05 +0000 Subject: [PATCH] Separating the summary from the link --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 683fa55..5cffca9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -64,7 +64,7 @@ {% if child.parent == page.title and child.title != page.title %} {% if child.summary %}
  • - {{ child.title }} - {{ child.summary }} + {{ child.title }} - {{ child.summary }}
  • {% else %}