Move feed footer to an include
This commit is contained in:
6
feed.xml
6
feed.xml
@ -34,8 +34,10 @@ sitemap: false
|
||||
<uri>{{ site.url }}</uri>
|
||||
{% if author.email %}<email>{{ author.email }}</email>{% endif %}
|
||||
</author>
|
||||
<content type="html">{{ post.content | xml_escape }}
|
||||
<p><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a> was originally published by {{ author.name }} at <a href="{{ site.url }}">{{ site.title }}</a> on {{ post.date | date: "%B %d, %Y" }}.</p></content>
|
||||
<content type="html">
|
||||
{{ post.content | xml_escape }}
|
||||
{% include _feed-footer.html %}
|
||||
</content>
|
||||
</entry>
|
||||
{% endfor %}
|
||||
</feed>
|
||||
|
Reference in New Issue
Block a user