diff options
author | Oxbian <got.dacs@slmail.me> | 2023-07-06 00:38:06 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-07-06 00:38:06 +0200 |
commit | 06c1a014c2c3820454c0ac697fdfdb029b983d9e (patch) | |
tree | c500d8ab38c067d63b596d18c2b821cf869d5a33 /templates/atom_template.xml | |
parent | 1a461458057bf253358fef77bc14674fa1a2c9f2 (diff) | |
download | ArKa-Blog-06c1a014c2c3820454c0ac697fdfdb029b983d9e.tar.gz ArKa-Blog-06c1a014c2c3820454c0ac697fdfdb029b983d9e.zip |
Adding language system to the blog
Diffstat (limited to 'templates/atom_template.xml')
-rw-r--r-- | templates/atom_template.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/atom_template.xml b/templates/atom_template.xml deleted file mode 100644 index 9fca838..0000000 --- a/templates/atom_template.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?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> |