Skip to content

Commit

Permalink
Fix custom author name in RSS template
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Apr 17, 2021
1 parent 6d56bd5 commit 6b25001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ layout: compress
<id>{{ post_absolute_url }}</id>
<content src="{{ post_absolute_url }}" />
<author>
<name>{{ site.social.name }}</name>
<name>{{ post.author | default: site.social.name }}</name>
</author>

{% if post.categories %}
Expand Down

0 comments on commit 6b25001

Please sign in to comment.