From 59bbce80a96a9a6f747f6a6dc69a6099fe214a67 Mon Sep 17 00:00:00 2001
From: "Javier G. Sogo"
Date: Tue, 28 Jul 2015 18:15:04 +0200
Subject: [PATCH] show summary for articles in index.html
---
templates/index.html | 4 ----
1 file changed, 4 deletions(-)
diff --git a/templates/index.html b/templates/index.html
index fced50d..047c4a3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -18,12 +18,8 @@
- {% if summarise or article.metadata['summary'] or article.metadata['summarize'] %}
{{ article.summary }}
Continue reading
- {% else %}
- {{ article.content }}
- {% endif %}
{% if not loop.last %}