Skip to content

Commit

Permalink
new post django content types
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Jul 4, 2015
1 parent 1f6b614 commit 647748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.xml
Expand Up @@ -18,7 +18,7 @@ layout: null
{% for post in site.posts %}
<entry>
<title>{{ post.title }} {% for tag in post.tags %} #{{ tag }} {% endfor %}</title>
<link href="{{ site.url }}{{ site.baseurl }}/{{ post.url }}"/>
<link href="{{ site.url }}{{ site.baseurl }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
Expand Down

0 comments on commit 647748d

Please sign in to comment.