diff --git a/templates/sissi-templates/module-templates/rss-news-templates/src/main/resources/default/orf/job/orf_news_post_embed.ftl b/templates/sissi-templates/module-templates/rss-news-templates/src/main/resources/default/orf/job/orf_news_post_embed.ftl index ee88bc27..848d7844 100644 --- a/templates/sissi-templates/module-templates/rss-news-templates/src/main/resources/default/orf/job/orf_news_post_embed.ftl +++ b/templates/sissi-templates/module-templates/rss-news-templates/src/main/resources/default/orf/job/orf_news_post_embed.ftl @@ -6,7 +6,9 @@ "name": "<@safe_include "orf_news_post_author"/>" }, "title": { + <#if title?has_content> "title": "${title?json_string}", + "url": "${url}" }, "description": "${url?json_string}<#if description?has_content>\n${description?json_string}",