Skip to content

Commit

Permalink
Make explicit that this will sometimes be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
pathawks committed Jan 5, 2017
1 parent 124eddf commit 9a732a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{% assign post_author_name = post_author.name | default: post_author %}

<author>
<name>{{ post_author_name | xml_escape }}</name>
<name>{{ post_author_name | default: "" | xml_escape }}</name>
{% if post_author_email %}
<email>{{ post_author_email | xml_escape }}</email>
{% endif %}
Expand Down

0 comments on commit 9a732a8

Please sign in to comment.