From 59bbce80a96a9a6f747f6a6dc69a6099fe214a67 Mon Sep 17 00:00:00 2001
From: "Javier G. Sogo"
Date: Tue, 28 Jul 2015 18:15:04 +0200
Subject: [PATCH 1/2] 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 %}
From b8831b84cecd85160151a57e8441d12a9d89b1c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Alix?=
Date: Sun, 27 Sep 2015 19:48:43 +0200
Subject: [PATCH 2/2] Allow custom CSS stylesheets to override the default one
---
templates/base.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/templates/base.html b/templates/base.html
index 7fd92f4..7c727c2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -10,6 +10,9 @@
{% endif %}
+ {% if CUSTOM_CSS %}
+
+ {% endif %}
{% if FEED_ALL_ATOM %}
{% endif %}