From 751aaa618b0749c58dd1b0b60ea0c767fc0c8195 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sun, 1 Dec 2019 07:56:26 +0200 Subject: [PATCH] Feed fixes --- _config.yml | 10 +++++----- feed.xml | 4 ++-- news.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_config.yml b/_config.yml index f2527a0..cc2d356 100644 --- a/_config.yml +++ b/_config.yml @@ -10,8 +10,8 @@ exclude: sass: style: :compressed -#defaults: -# - scope: -# path: _posts -# values: -# permalink: '' +defaults: + - scope: + path: _posts + values: + permalink: '' diff --git a/feed.xml b/feed.xml index 258d35c..ea5b02e 100644 --- a/feed.xml +++ b/feed.xml @@ -24,8 +24,8 @@ layout: minify {{ post.content | xml_escape }} {{ post.date | date_to_xmlschema }} {{ post.date | date_to_xmlschema }} - {{ site.url }}{{ post.url }} - + {{ site.url }}/news/#{{ post.date | date: '%Y-%m-%d' }} + {% endfor %} diff --git a/news.html b/news.html index ce495ca..a9e877d 100644 --- a/news.html +++ b/news.html @@ -13,7 +13,7 @@ title: News