summary refs log tree commit diff
path: root/templates/atom_content.xml/header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/atom_content.xml/header.xml')
-rw-r--r--templates/atom_content.xml/header.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/atom_content.xml/header.xml b/templates/atom_content.xml/header.xml
new file mode 100644
index 0000000..d42faca
--- /dev/null
+++ b/templates/atom_content.xml/header.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="${lang}">
+	<title type="text">${sitetitle}</title>
+	<subtitle type="text">${description}</subtitle>
+	<updated>${siteupdated}T00:00:00Z</updated>
+	<link rel="alternate" type="text/html" href="${siteurl}" />
+	<id>${siteurl}/atom.xml</id>
+	<link rel="self" type="application/atom+xml" href="${siteurl}/atom.xml" />