From 9bbf64a73df707efd6ede3d662fe3a3238e131f7 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 28 Sep 2015 13:29:08 -0400 Subject: [PATCH] Truncate lines in RSS too. --- templates/rss.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/rss.xml b/templates/rss.xml index dba1f62..0f5ce71 100644 --- a/templates/rss.xml +++ b/templates/rss.xml @@ -1,3 +1,5 @@ +{% load truncate_lines %} +