summaryrefslogtreecommitdiffstatshomepage
path: root/templates/atom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/atom.xml')
-rw-r--r--templates/atom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/atom.xml b/templates/atom.xml
index ab0012c..7792b32 100644
--- a/templates/atom.xml
+++ b/templates/atom.xml
@@ -22,7 +22,7 @@
{%- for page in pages %}
<entry xml:lang="{{ page.lang }}">
<author><name>{{ config.extra.author }}</name></author>
- <title>{{ page.title | default(value="Post № " ~ page.slug)}}</title>
+ <title>{{ page.title }}</title>
<published>{{ page.date | date(format="%+") }}</published>
<updated>{{ page.updated | default(value=page.date) | date(format="%+") }}</updated>
<link href="{{ page.permalink | safe }}" type="text/html"/>