From 0ede614c16bafe6ad3f7f14ac3f1eaa5aa893102 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 12 Aug 2022 21:54:40 +0200 Subject: [PATCH] Allow to access entry links in the template --- feediverse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/feediverse.py b/feediverse.py index cee0078..660ba9e 100755 --- a/feediverse.py +++ b/feediverse.py @@ -84,6 +84,7 @@ def get_entry(entry): return { 'url': url, 'link': entry.link, + 'links': entry.links, 'title': cleanup(entry.title), 'summary': cleanup(summary), 'content': content,