diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 18:40:31 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-01-19 18:40:31 +0100 |
commit | 7b0baaab2b18e7232b48297de34887650f5b8ca6 (patch) | |
tree | cc7531f4ef3b5ed012616dca290e13065e95cab4 /templates/atom.xml/item.xml | |
download | low-puszcza-7b0baaab2b18e7232b48297de34887650f5b8ca6.tar.gz low-puszcza-7b0baaab2b18e7232b48297de34887650f5b8ca6.zip |
Init
Diffstat (limited to 'templates/atom.xml/item.xml')
-rw-r--r-- | templates/atom.xml/item.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/atom.xml/item.xml b/templates/atom.xml/item.xml new file mode 100644 index 0000000..e0e7a9d --- /dev/null +++ b/templates/atom.xml/item.xml @@ -0,0 +1,12 @@ +<entry> + <title type="text">${title}</title> + <link rel="alternate" type="text/html" href="${siteurl}/${filename}" /> + <id>${siteurl}/${filename}</id> + <updated>${updated}T00:00:00Z</updated> + <published>${created}T00:00:00Z</published> + <author> + <name>${author}</name> + <uri>${siteurl}</uri> + </author> + <summary type="text">${description}</summary> +</entry> |