Skip to content

Commit

Permalink
atom.xml - set layout to 'none'
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed Jun 11, 2024
1 parent 4844729 commit de4048c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions atom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: 01_page
layout: none
---

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

<title>mapnik.org</title>
<link href="http://mapnik.org/"/>
<link href="http://mapnik.org/atom.xml" rel="self" type="application/atom+xml"/>
Expand All @@ -14,7 +14,7 @@ layout: 01_page
<name>Artem Pavlenko</name>
<email>[email protected]</email>
</author>

{% for post in site.posts limit:10 %}
<entry>
<title>{{ post.title }}</title>
Expand All @@ -26,5 +26,5 @@ layout: 01_page
</content>
</entry>
{% endfor %}

</feed>

0 comments on commit de4048c

Please sign in to comment.