diff --git a/_includes/post-content.html b/_includes/post-content.html index 48d60aa60..6e3c87abc 100644 --- a/_includes/post-content.html +++ b/_includes/post-content.html @@ -3,11 +3,11 @@

{{ post.title }}

{{ post.lead_text }}

- {% if post.project_link != empty %} + {% if post.project_link != '' %} {% endif %} - {% if post.tags != empty %} + {% if post.tags != '' %}
{% for tag in post.tags %} {{ tag }}