From 1515632be1482c75661b2176b1a2df1ee6a851a5 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 14 Jun 2024 20:05:12 -0700 Subject: [PATCH] fix: feeds --- src/_includes/partials/feeds/rss.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/partials/feeds/rss.liquid b/src/_includes/partials/feeds/rss.liquid index 0f6e1f4e..ecb19fdb 100644 --- a/src/_includes/partials/feeds/rss.liquid +++ b/src/_includes/partials/feeds/rss.liquid @@ -18,8 +18,8 @@ {% assign rating = entry.rating %} {%- capture entryTitle -%} {{ entry.title | escape }} - {%- if entry.authors -%} via {{ entry.authors.name }}{%- endif -%} - {%- if rating -%} ({{ rating }}){%- endif -%} + {%- if entry.authors -%} via {{ entry.authors.name }}{%- endif -%} + {%- if rating -%} ({{ rating }}){%- endif -%} {%- endcapture -%} {{ entryTitle }}