default to english + spacing

This commit is contained in:
p4bl0 2016-02-16 15:00:41 +01:00
parent b873b4316d
commit c48fa65239
1 changed files with 4 additions and 1 deletions

View File

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title><?fugitive-install name ?>'s blog atom feed</title>
<link rel="self" href="<?fugitive blog_url ?>atom.xml" />
<link href="<?fugitive blog_url ?>" />
<id><?fugitive blog_url ?>atom.xml</id>
<updated><?fugitive commit_datetime_html5 ?></updated>
<generator>fugitive - http://clandest.in/fugitive/</generator>
<?fugitive foreach:article ?>
<entry>
<title><?fugitive article_title ?></title>
@ -19,4 +21,5 @@
<content type="html"><![CDATA[ <?fugitive article_content ?> ]]></content>
</entry>
<?fugitive endforeach:article ?>
</feed>