{{ article | url }}
Output: /blog/news/article/horses ; has content; has four parts
Related article url{% assign moreArticles = article | related %}{{ moreArticles[0] | url }}
Output: /blog/news/article/horses ; has content; has four parts
Article object
{
"id": "18d222d4-7d20-816e-85b3-994429317097",
"blogId": "18d222ca-f0de-8e5e-a212-5be84257b0fc",
"blog": "news",
"authorId": "18d222a9-b26e-8904-84f9-48a1059c607d",
"author": "Miia Restful",
"published": true,
"createdAt": "2026-09-04T13:58:18.047Z",
"updatedAt": "2026-09-04T13:59:35.192Z",
"publishAt": "2026-09-04T13:59:05.723Z",
"lang": "en",
"handle": "horses",
"title": "Horses",
"meta": {
"h1": "Horses",
"title": "Bears",
"description": "",
"keywords": "",
"data": null
},
"image": {
"src": "iStock_000015604386Large.jpg",
"alt": "",
"alts": null
},
"format": "RTE"
}
Related articles
Blog object
{
"id": "18d222ca-f0de-8e5e-a212-5be84257b0fc",
"createdAt": "2026-09-04T13:57:37.039Z",
"lang": "en",
"handle": "news",
"title": "News",
"html": "\u003cp\u003eThis is a markdown edited main blog page\u003c/p\u003e\n",
"meta": {
"h1": "News",
"title": "News",
"description": "",
"keywords": "",
"data": null
},
"publishAt": "2026-09-04T13:57:37Z",
"image": {
"src": "",
"alt": "",
"alts": null
},
"format": "MD",
"text": "This is a markdown edited main blog page",
"published": true
}
Blog articles
[
{
"author": "Miia Restful",
"authorId": "18d222a9-b26e-8904-84f9-48a1059c607d",
"blog": "news",
"blogId": "18d222ca-f0de-8e5e-a212-5be84257b0fc",
"createdAt": "2026-09-04T13:58:18.047Z",
"entity": "article",
"excerpt": "",
"format": "RTE",
"handle": "horses",
"html": "",
"id": "18d222d4-7d20-816e-85b3-994429317097",
"image": {
"src": "iStock_000015604386Large.jpg",
"alt": "",
"alts": null
},
"lang": "en",
"meta": {
"h1": "Horses",
"title": "Bears",
"description": "",
"keywords": "",
"data": null
},
"next": null,
"previous": null,
"publishAt": "2026-09-04T13:59:05.723Z",
"published": true,
"tags": null,
"template": "",
"text": "",
"title": "Horses",
"updatedAt": "2026-09-04T13:59:35.192Z",
"url": ""
}
]