diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 19:56:09 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-19 19:56:09 +0100 |
| commit | 60368a105e71f81dc8a10e2c84298464b2a20ccf (patch) | |
| tree | e35c719c2110b436f95758f7f1ad829123314ddc /feed.xml | |
| parent | eac195d44eb1e201ac1b668972e3e2f9f74b2e0a (diff) | |
| download | jo.mssola.com-60368a105e71f81dc8a10e2c84298464b2a20ccf.tar.gz jo.mssola.com-60368a105e71f81dc8a10e2c84298464b2a20ccf.zip | |
script: added a script to generate posts
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à <msabate@suse.com>
Diffstat (limited to 'feed.xml')
| -rw-r--r-- | feed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
