diff --git a/_config.yml b/_config.yml index b7f9856..7917f60 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,6 @@ title: Kaboom description: Kaboom is a multiplayer server for Minecraft that combines free OP with anarchy. Do anything you want, without having to worry about rules. url: https://kaboom.pw -permalink: /news/ exclude: - LICENSE diff --git a/feed.xml b/feed.xml index 18d709e..c762a29 100644 --- a/feed.xml +++ b/feed.xml @@ -3,17 +3,17 @@ layout: minify --- - {{ site.name }} - News + {{ site.title }} - News {{ site.description }} {{ site.time | date_to_xmlschema }} - - + + {% for post in site.posts %} {{ post.date | date: "%B %e, %Y" }} - {{ post.content | xml_escape }} + {{ post.content | xml_escape }} {{ post.date | date_to_xmlschema }} - + {% endfor %}