This commit is contained in:
Jeremy Thomas
2018-01-19 13:10:59 +00:00
parent c3c459f07c
commit c9ce8405ea
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<name>{{ site.title }}</name>
<email>bbxdesign@gmail.com</email>
</author>
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
<atom:link href="{{ site.url }}/atom.xml" rel="self" type="application/rss+xml" />
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>