From 7aca475393543ff2f19f36e8c83048d705e2e34c Mon Sep 17 00:00:00 2001 From: Kyle Mahan Date: Sat, 14 Mar 2015 19:21:32 +0000 Subject: [PATCH] slightly nicer styling for link to duplicates --- woodwind/templates/_entry.jinja2 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/woodwind/templates/_entry.jinja2 b/woodwind/templates/_entry.jinja2 index e633a95..2a2fe63 100644 --- a/woodwind/templates/_entry.jinja2 +++ b/woodwind/templates/_entry.jinja2 @@ -46,17 +46,14 @@ {% endif %} - {% if entry._syndicated_copies %} -
- Also on - {% for copy in entry._syndicated_copies %} - {{ copy.permalink | domain_for_url }} - {% endfor %} -
- {% endif %}