fix: feed title spacing
This commit is contained in:
parent
d35594c203
commit
2aa3af7c93
3 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue