aboutsummaryrefslogtreecommitdiff
path: root/feed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'feed.xml')
-rw-r--r--feed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/feed.xml b/feed.xml
index d13c6db..01cd0e1 100644
--- a/feed.xml
+++ b/feed.xml
@@ -11,7 +11,7 @@
{% for post in site.posts %}
{% if post.lang == "ca" %}
<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>