mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-07 01:38:27 +00:00
[SIS-xxx] allowing an orf news post to have no title
This commit is contained in:
@@ -6,7 +6,9 @@
|
|||||||
"name": "<@safe_include "orf_news_post_author"/>"
|
"name": "<@safe_include "orf_news_post_author"/>"
|
||||||
},
|
},
|
||||||
"title": {
|
"title": {
|
||||||
|
<#if title?has_content>
|
||||||
"title": "${title?json_string}",
|
"title": "${title?json_string}",
|
||||||
|
</#if>
|
||||||
"url": "${url}"
|
"url": "${url}"
|
||||||
},
|
},
|
||||||
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",
|
"description": "${url?json_string}<#if description?has_content>\n${description?json_string}</#if>",
|
||||||
|
|||||||
Reference in New Issue
Block a user