From 60368a105e71f81dc8a10e2c84298464b2a20ccf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 19 Feb 2018 19:56:09 +0100 Subject: script: added a script to generate posts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way I don't have to remember to specific org headers and such. Moreover, I've also fixed the translation of the titles. Signed-off-by: Miquel Sabaté Solà --- feed.en.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feed.en.xml') 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" %} - {% capture title %}{% t post.title %}{% endcapture %} + {% capture title %}{{ post.title }}. {{ post.subtitle }}{% endcapture %} {{ title | xml_escape }} {{ site.author | strip_html | xml_escape }} {{ post.content | truncatewords: 50 | xml_escape }} -- cgit v1.2.3