diff options
Diffstat (limited to 'templates/atom_template.xml')
-rw-r--r-- | templates/atom_template.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/atom_template.xml b/templates/atom_template.xml new file mode 100644 index 0000000..9fca838 --- /dev/null +++ b/templates/atom_template.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<feed xmlns="http://www.w3.org/2005/Atom" + xmlns:thr="http://purl.org/syndication/thread/1.0" + xml:lang="fr"> + <title type="text">blog.arka.rocks</title> + <subtitle type="text">Blog d'Oxbian</subtitle> + <updated>$DATE</updated> + <link rel="alternate" type="text/html" href="https://blog.arka.rocks"/> + <id>https://blog.arka.rocks</id> + <link rel="self" type="application/atom+xml" href="https://blog.arka.rocks/atom.xml"/> +$CONTENT +</feed> |