Fix quoted tweet RSS strucutre
This commit is contained in:
@@ -70,9 +70,14 @@ Twitter feed for: ${desc}. Generated by ${cfg.hostname}
|
|||||||
#end if
|
#end if
|
||||||
#if tweet.quote.isSome and get(tweet.quote).available:
|
#if tweet.quote.isSome and get(tweet.quote).available:
|
||||||
# let quoteLink = getLink(get(tweet.quote))
|
# let quoteLink = getLink(get(tweet.quote))
|
||||||
<hr/>
|
<blockquote>
|
||||||
<p>Quoting: <a href="${urlPrefix}${quoteLink}">${cfg.hostname}${quoteLink}</a></p>
|
<p>
|
||||||
${renderRssTweet(get(tweet.quote), cfg)}
|
${renderRssTweet(get(tweet.quote), cfg)}
|
||||||
|
</p>
|
||||||
|
<footer>
|
||||||
|
— <cite><a href="${urlPrefix}${quoteLink}">${cfg.hostname}${quoteLink}</a></cite>
|
||||||
|
</footer>
|
||||||
|
</blockquote>
|
||||||
#end if
|
#end if
|
||||||
#end proc
|
#end proc
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user