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