From c3cdefc90a7439ea42e81d3a5cfbede2c24b2527 Mon Sep 17 00:00:00 2001 From: Samy Pesse Date: Mon, 29 Jun 2015 09:58:23 -0400 Subject: [PATCH] Simpler template for summary --- theme/templates/website/includes/summary.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/theme/templates/website/includes/summary.html b/theme/templates/website/includes/summary.html index 312fc2d1a..a5bc3c4fb 100644 --- a/theme/templates/website/includes/summary.html +++ b/theme/templates/website/includes/summary.html @@ -4,21 +4,15 @@ {% if item.path and item.exists %} {% if not item.external %} - - {% if item.level != "0" %} - {{ item.level }}. - {% endif %} - {{ item.title }} - {% else %} + {% endif %} {% if item.level != "0" %} {{ item.level }}. {% endif %} {{ item.title }} - {% endif %} {% else %} {{ item.level }}. {{ item.title }} {% endif %}