hacks-guide-minimal-mistake.../_includes/feed-footer.html
2016-02-22 16:16:15 -05:00

4 lines
283 B
HTML

{% 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 }}