ld-json.hbs
378 Bytes
{{# showAnaJson}}
<script type="application/ld+json">
{
"@context": "https://ziyuan.baidu.com/contexts/cambrian.jsonld",
"@id": "{{url}}",
"appid": "1583402501013173",
"title": "{{title}}",
"images": [
{{#if pic}}"http:{{image pic 750 500 1}}"{{/if}}
],
"description": "{{des}}",
"pubDate": "{{publishTime}}"
}
</script>
{{/showAnaJson}}