metadata-post.json.tpl 443 B

1234567891011121314151617181920
  1. {
  2. "page": {
  3. "title": "Introduction",
  4. "level": "1.1",
  5. "depth": 1,
  6. {% if page.next %}
  7. "next": {
  8. "title": "{{page.next.title}}",
  9. "level": "1.2",
  10. "depth": 1,
  11. "path": "{{page.next.path}}",
  12. "ref": "{{page.next.path}}",
  13. "articles": []
  14. },
  15. {% endif %}
  16. "dir": "ltr"
  17. },
  18. {%- include metadata.json.tpl -%}
  19. }