From 059cf500e7cd98de88c59d6824354a3d2d87fc89 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 16 Feb 2023 13:08:17 +0000 Subject: add skweet image/video support --- templates/latestskweets.html.tera | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/latestskweets.html.tera b/templates/latestskweets.html.tera index b2e8979..d698eea 100644 --- a/templates/latestskweets.html.tera +++ b/templates/latestskweets.html.tera @@ -5,12 +5,16 @@
- +
{{ skweet.content }}
{% if skweet.media_attachments[0] %} {% endif %} @@ -18,4 +22,5 @@
{% endif %} {% endfor %} -
\ No newline at end of file + + -- cgit