mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
14 lines
302 B
JSON
14 lines
302 B
JSON
|
---
|
||
|
# Leave it empty to compile
|
||
|
---
|
||
|
|
||
|
[
|
||
|
{% for page in site.pages %}
|
||
|
{
|
||
|
"title" : "{{ page.title | escape }}",
|
||
|
"url" : "{{ site.baseurl }}{{ page.url }}",
|
||
|
"date" : "{{ page.date }}"
|
||
|
} {% unless forloop.last %},{% endunless %}
|
||
|
{% endfor %}
|
||
|
]
|