Fix custom author name in RSS template
This commit is contained in:
parent
d5407181a4
commit
52f4012463
1 changed files with 1 additions and 1 deletions
2
feed.xml
2
feed.xml
|
@ -35,7 +35,7 @@ layout: compress
|
||||||
<id>{{ post_absolute_url }}</id>
|
<id>{{ post_absolute_url }}</id>
|
||||||
<content src="{{ post_absolute_url }}" />
|
<content src="{{ post_absolute_url }}" />
|
||||||
<author>
|
<author>
|
||||||
<name>{{ site.social.name }}</name>
|
<name>{{ post.author | default: site.social.name }}</name>
|
||||||
</author>
|
</author>
|
||||||
|
|
||||||
{% if post.categories %}
|
{% if post.categories %}
|
||||||
|
|
Loading…
Reference in a new issue