diff --git a/src/small/templates/article.html b/src/small/templates/article.html index e92a035..ad679a2 100644 --- a/src/small/templates/article.html +++ b/src/small/templates/article.html @@ -9,9 +9,7 @@ {% for paragraph in page.content %} {% for child in paragraph.children %} {% if child.__class__.__name__ == 'Text' %} - <{{ child.type | lower }}> - {{ child.content }} - + <{{ child.type | lower }}>{{ child.content }} {% elif child.__class__.__name__ == 'Image' %}

{{ child.alt }}