diff --git a/static/feed_style.xsl b/static/feed_style.xsl
index 187c131f7..5fa7160f0 100644
--- a/static/feed_style.xsl
+++ b/static/feed_style.xsl
@@ -43,9 +43,14 @@
-
+
- →
+
+
+ :
+
+
+ →
diff --git a/templates/atom.xml b/templates/atom.xml
index a5135b494..0f507534b 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -7,7 +7,7 @@
{%- endif -%}
-
+
{{ config.extra.separator | default(value="•") }}
@@ -30,6 +30,15 @@
{{- config.extra.post_listing_date | default(value="date") -}}
+
+ {%- if term -%}
+ {{ term.name }}
+ {%- elif section.title -%}
+ {{ section.title }}
+ {%- else -%}
+ {{ config.title }}
+ {%- endif -%}
+
{#- Load extra CSS (skin) if set in config.toml -#}
@@ -47,7 +56,9 @@
{%- endif %}