diff --git a/_includes/comment.html b/_includes/comment.html index 17e874a6..ec954f55 100644 --- a/_includes/comment.html +++ b/_includes/comment.html @@ -4,11 +4,11 @@

- {% if (include.url) and (include.url != '@url') %} + {% unless include.url == blank %} {{ include.name }} {% else %} {{ include.name }} - {% endif %} + {% endunless %}

{% if include.date %}