From 6598367cfa7d32393e69156d67991e6ceb9c4d50 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 28 Aug 2023 09:16:24 -0700 Subject: [PATCH] fix: feed format --- src/feeds/all.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/feeds/all.liquid b/src/feeds/all.liquid index d27c67fa..bbfc38ad 100644 --- a/src/feeds/all.liquid +++ b/src/feeds/all.liquid @@ -10,8 +10,8 @@ permalink: /feed.xml {% block entries %} {% assign posts = collections.posts | reverse %} {% for post in posts limit: 15 %} - {% capture entry_link %}?utm_source=all_posts_feed&utm_medium=rss&utm_campaign=syndication - {{ site.url }}{{ post.url }} + {% capture entry_link %} + {{ site.url }}{{ post.url }}?utm_source=all_posts_feed&utm_medium=rss&utm_campaign=syndication {% endcapture %} {{ post.data.title }}