diff --git a/woodwind/templates/_entry.jinja2 b/woodwind/templates/_entry.jinja2 index dcc2b56..d728454 100644 --- a/woodwind/templates/_entry.jinja2 +++ b/woodwind/templates/_entry.jinja2 @@ -2,7 +2,7 @@
{% if context.author_photo %} - + {% endif %} {% if context.author_name %} {{ context.author_name }} - @@ -14,7 +14,7 @@ {% endif %} {% if context.content %}
- {{ context.content_cleaned | add_preview }} + {{ context.content_cleaned | proxy_all | add_preview }}
{% endif %}