diff --git a/templates/atom.xml b/templates/atom.xml
index d6865bf..c3cd2ee 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -67,7 +67,7 @@
{% if page.summary -%}
{{ post.description | striptags | safe }}
+{{ post.description }}
{% elif post.summary %}{{ post.summary | striptags | safe | trim_end_matches(pat=".") }}…
{% endif %} diff --git a/templates/partials/header.html b/templates/partials/header.html index d2263ed..8c4b89d 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -62,11 +62,11 @@ {%- endif -%} {%- if page.description %} - - + + {%- elif section.description %} - - + + {%- elif page.summary %}