aboutsummaryrefslogtreecommitdiff
path: root/feed.en.xml
diff options
context:
space:
mode:
Diffstat (limited to 'feed.en.xml')
-rw-r--r--feed.en.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.en.xml b/feed.en.xml
index b9693af..bd88ebd 100644
--- a/feed.en.xml
+++ b/feed.en.xml
@@ -11,7 +11,7 @@
{% for post in site.posts %}
{% if post.lang == "en" %}
<item>
- {% capture title %}{% t post.title %}{% endcapture %}
+ {% capture title %}{{ post.title }}. {{ post.subtitle }}{% endcapture %}
<title>{{ title | xml_escape }}</title>
<dc:creator>{{ site.author | strip_html | xml_escape }}</dc:creator>
<description>{{ post.content | truncatewords: 50 | xml_escape }}</description>