diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 97376418..7c976fd1 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -124,7 +124,8 @@ layout: main {% for article in articles | reverse %}
  • - {{ article.content.title | escape }} by {{ article.content.author.name | escape }} + {{ article.content.title | escape }}{% if article.content.author.name %} + by {{ article.content.author.name | escape }}{% endif %}
  • {% endfor %}