diff --git a/templates/atom.xml b/templates/atom.xml index e3782b7..2e22cd8 100644 --- a/templates/atom.xml +++ b/templates/atom.xml @@ -39,9 +39,9 @@ {{ page.permalink | safe }} {% if page.summary -%} - {{ page.summary }} + {{ page.summary | striptags | safe }} {% elif page.description -%} - {{ page.description }} + {{ page.description | striptags | safe }} {% endif -%} {%- endfor %}