From 06c1a014c2c3820454c0ac697fdfdb029b983d9e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Thu, 6 Jul 2023 00:38:06 +0200 Subject: Adding language system to the blog --- templates/en/atom_post_template.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/en/atom_post_template.xml (limited to 'templates/en/atom_post_template.xml') 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 @@ + + Oxbianhttps://blog.arka.rocks + $TITLE + + $URL + $DATE + $DATE + + <h1>$TITLE</h1> + $CONTENT + + -- cgit v1.2.3