We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a17fd commit e29008aCopy full SHA for e29008a
src/views/rss.nimf
@@ -60,7 +60,10 @@ Twitter feed for: ${desc}. Generated by ${cfg.hostname}
60
<img src="${urlPrefix}${getPicUrl(photo)}" style="max-width:250px;" />
61
# end for
62
#elif tweet.video.isSome:
63
-<img src="${urlPrefix}${getPicUrl(get(tweet.video).thumb)}" style="max-width:250px;" />
+<a href="${urlPrefix}${tweet.getLink}">
64
+<br>Video<br>
65
+ <img src="${urlPrefix}${getPicUrl(get(tweet.video).thumb)}" style="max-width:250px;" />
66
+</a>
67
#elif tweet.gif.isSome:
68
# let thumb = &"{urlPrefix}{getPicUrl(get(tweet.gif).thumb)}"
69
# let url = &"{urlPrefix}{getPicUrl(get(tweet.gif).url)}"
0 commit comments