fix: feeds
This commit is contained in:
parent
22692dd9e1
commit
1515632be1
1 changed files with 2 additions and 2 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