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/en/atom_post_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/en/atom_post_template.xml')
-rw-r--r-- | templates/en/atom_post_template.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/en/atom_post_template.xml b/templates/en/atom_post_template.xml new file mode 100644 index 0000000..7c975d4 --- /dev/null +++ b/templates/en/atom_post_template.xml @@ -0,0 +1,12 @@ +<entry xml:lang="en"> + <author><name>Oxbian</name><uri>https://blog.arka.rocks</uri></author> + <title type="html">$TITLE</title> + <link rel="alternate" type="text/html" href="$URL"/> + <id>$URL</id> + <published>$DATE</published> + <updated>$DATE</updated> + <content type="html"> + <h1>$TITLE</h1> + $CONTENT + </content> +</entry> |