hacks-guide-minimal-mistake.../_includes/feed-footer.html

4 lines
283 B
HTML
Raw Normal View History

2016-02-22 22:16:15 +01:00
{% capture feed_footer %}
<p><a href="{{ absurl }}{{ post.url }}" rel="nofollow">{{ post.title }}</a> was originally published by {{ site.owner.name }} on <a href="{{ site.url }}" rel="nofollow">{{ site.title }}</a></p>
{% endcapture %}
{{ feed_footer | markdownify | xml_escape }}