summary refs log tree commit diff
path: root/templates/atom.xml/header.xml
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-19 18:40:31 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-01-19 18:40:31 +0100
commit7b0baaab2b18e7232b48297de34887650f5b8ca6 (patch)
treecc7531f4ef3b5ed012616dca290e13065e95cab4 /templates/atom.xml/header.xml
downloadlow-puszcza-7b0baaab2b18e7232b48297de34887650f5b8ca6.tar.gz
low-puszcza-7b0baaab2b18e7232b48297de34887650f5b8ca6.zip
Init
Diffstat (limited to 'templates/atom.xml/header.xml')
-rw-r--r--templates/atom.xml/header.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/atom.xml/header.xml b/templates/atom.xml/header.xml
new file mode 100644
index 0000000..d42faca
--- /dev/null
+++ b/templates/atom.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" />