fix: feeds

This commit is contained in:
Cory Dransfeldt 2024-06-14 20:05:12 -07:00
parent 22692dd9e1
commit 1515632be1
No known key found for this signature in database

View file

@ -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 -%}
<item>
<title>{{ entryTitle }}</title>