summaryrefslogtreecommitdiff
path: root/page.atom.erb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:25:37 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-27 19:25:37 -0400
commit0cc1755f3d920b415fa473a7f07466b4d134e98c (patch)
treed423555413533509d6c32ffdb4d29f85d0644145 /page.atom.erb
parent75d4d72a1f5352d1c3520fbaf96911309fc7f96a (diff)
tidy atom stuff
Diffstat (limited to 'page.atom.erb')
-rw-r--r--page.atom.erb13
1 files changed, 0 insertions, 13 deletions
diff --git a/page.atom.erb b/page.atom.erb
deleted file mode 100644
index bc81380..0000000
--- a/page.atom.erb
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/markdown" href="/blog/<%= @page.slug %>.md"/>
- <link rel="alternate" type="text/application/atom+xml" href="/blog/<%= @page.slug %>.atom"/>
- <link rel="alternate" type="text/html" href="/blog/<%= @page.slug %>.html"/>
- <id>https://lukeshu.com/blog/<%= @page.slug %>.html</id>
- <updated><%= @page.gitdate.rfc3339 %></updated>
- <published><%= @page.date.rfc3339 %></published>
- <title><%= @page.title %></title>
- <content type="html"><%= html_escape(@page.content) %></content>
- <author><%= @page.author.atom %></author>
- <rights type="html"><%= html_escape(@page.rights) %></rights>
-</entry>