diff --git a/src/feeds/follow.liquid b/src/feeds/follow.liquid index 0313478b..d1ca37e2 100644 --- a/src/feeds/follow.liquid +++ b/src/feeds/follow.liquid @@ -10,9 +10,9 @@ permalink: /follow.xml {% for item in follow.posts %} {{ item.title | escape }} - + {{ item.date_published | date: "%m.%d.%Y" }} - {{ item.url | url_encode }} + {{ item.url | stripUtm | encodeAmp }} {% endfor %}