diff --git a/templates/includes/blog_mixed_list.html b/templates/includes/blog_mixed_list.html index b7ec99d..963bcfa 100644 --- a/templates/includes/blog_mixed_list.html +++ b/templates/includes/blog_mixed_list.html @@ -30,7 +30,7 @@
{{ item.obj.link_title|typography }}{% if item.obj.via_url %} +
{{ item.obj.link_title|typography }}{% if item.obj.via_url %} (via){% endif %}{% if not item.obj.via_url and not item.obj.link_title|ends_with_punctuation %}.{% endif %} {% if not item.obj.use_markdown %}{{ item.obj.commentary|typography|linebreaks|strip_wrapping_p }}{% else %}{{ item.obj.body|strip_wrapping_p }}{% endif %}