We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdf5a6 commit d255ebcCopy full SHA for d255ebc
1 file changed
_generator/site-generator/template/rss-feed-template.html
@@ -38,8 +38,7 @@
38
<img src="{{strip.imageUrl}}" alt="{{title}}{{author ? ' by ' + author : ''}} on {{strip.date.toUTCString().slice(0, -13)}}" title="{{title}}{{author ? ' by ' + author : ''}} on {{strip.date.toUTCString().slice(0, -13)}}">
39
</p>
40
<p>
41
- <a href="{{strip.url}}">Source</a> -
42
- <a href="https://www.patreon.com/bePatron?u=6855838">Patreon</a>
+ <a href="{{strip.url}}">Source</a>
43
44
]]></description>
45
</item>{{/each}}
0 commit comments