Remove "_" from includes

This commit is contained in:
Michael Rose
2016-02-22 14:58:16 -05:00
parent 6f2ed74bc4
commit 4348fc59b3
17 changed files with 40 additions and 40 deletions

View File

@ -36,7 +36,7 @@ sitemap: false
</author>
<content type="html">
{{ post.content | xml_escape }}
{% include _feed-footer.html %}
{% include feed-footer.html %}
</content>
</entry>
{% endfor %}