fix: feed format

This commit is contained in:
Cory Dransfeldt 2023-08-28 09:16:24 -07:00
parent 8416d6a13e
commit 6598367cfa
No known key found for this signature in database

View file

@ -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 %}
<entry>
<title>{{ post.data.title }}</title>