fix: feed title spacing

This commit is contained in:
Cory Dransfeldt 2024-07-01 10:32:16 -07:00
parent d35594c203
commit 2aa3af7c93
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

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>