diff --git a/woodwind/templates/_entry.jinja2 b/woodwind/templates/_entry.jinja2 index 6f8d27d..896ff85 100644 --- a/woodwind/templates/_entry.jinja2 +++ b/woodwind/templates/_entry.jinja2 @@ -10,7 +10,7 @@ {{ context.permalink | domain_for_url }} {% if context.title %} -

{{ context.title }}

+

{{ context.title|e }}

{% endif %} {% if context.content %}
@@ -28,7 +28,7 @@ {% endfor %}
-
+
{% if entry.author_photo %} {% endif %} @@ -43,9 +43,9 @@ {% endif %}
{% if entry.title %} -

{{ entry.title }}

+

{{ entry.title|e }}

{% endif %} - +
{% if entry.get_property('event') %}

{% if entry.get_property('start') %} @@ -71,7 +71,7 @@

{% endif %} - +