jekyll-gitbook/_includes/metadata-post.json.tpl
HE, Tao 4c29410efa
Templates for homepage and markdown posts.
Signed-off-by: HE, Tao <sighingnow@gmail.com>
2019-04-28 19:16:39 +08:00

20 lines
443 B
Smarty

{
"page": {
"title": "Introduction",
"level": "1.1",
"depth": 1,
{% if page.next %}
"next": {
"title": "{{page.next.title}}",
"level": "1.2",
"depth": 1,
"path": "{{page.next.path}}",
"ref": "{{page.next.path}}",
"articles": []
},
{% endif %}
"dir": "ltr"
},
{%- include metadata.json.tpl -%}
}