diff options
Diffstat (limited to 'templates/atom_post_template.xml')
-rw-r--r-- | templates/atom_post_template.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/atom_post_template.xml b/templates/atom_post_template.xml deleted file mode 100644 index 0096010..0000000 --- a/templates/atom_post_template.xml +++ /dev/null @@ -1,12 +0,0 @@ -<entry xml:lang="fr"> - <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>
\ No newline at end of file |