diff --git a/_config.yml b/_config.yml index e287a50..86a07ea 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ title: OpenNeo Blog -url: https://blog.openneo.net/ +url: https://blog.openneo.net description: For Dress to Impress, and uhh maybe other things later! diff --git a/feed.xml b/feed.xml index 610a58e..125d5d9 100644 --- a/feed.xml +++ b/feed.xml @@ -1,22 +1,37 @@ --- layout: null --- - {{ site.title }} {{ site.url }} - + {{ site.description }} {{ site.time | date_to_rfc822 }} + en-us {% for post in site.posts %} {{ post.title }} {{ post.url | prepend: site.url }} + {% if post.author %} + {{ post.author }} + {% endif %} + {% if post.banner %} + + ]]> + {% endif %} {{ post.content | escape }} {{ post.date | date_to_rfc822 }}