X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/e8acdb6709352f474fd6855afc62044798388bcc..bc8bbcf168afb52ec0bdd219122e8b817c361468:/feed.xml diff --git a/feed.xml b/feed.xml index 0405375..05bc7f0 100644 --- a/feed.xml +++ b/feed.xml @@ -7,7 +7,7 @@ layout: null {{ site.blog.title | xml_escape }} {{ site.blog.description | xml_escape }} {{ site.url }}/ - + {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} @@ -16,8 +16,8 @@ layout: null {{ post.title | xml_escape }} {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} - {{ post.url | prepend: site.baseurl | prepend: site.url }} + {{ post.url | prepend: site.url }} + {{ post.url | prepend: site.url }} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %}