From 3a8d909230178e503610d0111829f7bf35cf5298 Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 30 Jul 2019 23:00:39 +0300 Subject: [PATCH] Fix feed bugs --- _config.yml | 1 - feed.xml | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) 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 %}