diff --git a/system/typemill/author/partials/fields.twig b/system/typemill/author/partials/fields.twig index 87240f4..afb613d 100644 --- a/system/typemill/author/partials/fields.twig +++ b/system/typemill/author/partials/fields.twig @@ -39,9 +39,13 @@ - {% elseif (field.type == 'paragraph') and (field.getContent() != '') %} + {% elseif (field.type == 'paragraph') %} + + {% if (field.getContent() != '') %} - {{ markdown(field.getContent()) }} + {{ markdown(field.getContent()) }} + + {% endif %} {% elseif field.type == 'checkbox' %}