--- layout: null permalink: /api pagination: permalink: '' enabled: true extension: .json indexpage: 'feed-:num' --- { "pages": [{% for post in paginator.posts %} {% if forloop.first != true %},{% endif %} { "title": "{{ post.title }}", "link": "{{ post.url }}" }{% endfor %} ] {% if paginator.next_page %} ,"next": "{{ paginator.next_page_path }}" {% endif %} {% if paginator.previous_page %} ,"prev": "{{ paginator.previous_page_path }}" {% endif %} }