Skip to content

Instantly share code, notes, and snippets.

@bighairydave
Created June 1, 2015 16:13
Show Gist options
  • Save bighairydave/727710b22c589ac506cc to your computer and use it in GitHub Desktop.
Save bighairydave/727710b22c589ac506cc to your computer and use it in GitHub Desktop.
Jekyll layout for Atom feeds.
---
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<link href="{{ page.url | prepend: site.url }}" rel="self" type="application/rss+xml" />
<title>{{ page.title }}</title>
<link href="{{ page.url | prepend: site.url }}"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<author>
<name>David Tyler</name>
</author>
<id>{{ page.url | prepend: site.url }}</id>
{{ content }}
</feed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment