mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 09:35:21 +01:00
14 lines
348 B
JSON
14 lines
348 B
JSON
---
|
|
---
|
|
[
|
|
{
|
|
"name" : "{{ site.name }}",
|
|
"description" : "{{ site.description | xml_escape }}",
|
|
"url" : "{{ site.url }}",
|
|
"author" : {
|
|
{% for item in site.author %}"{{ item[0] }}": "{{ item[1] }}"{% unless forloop.last %},{% endunless %}
|
|
{% endfor %}
|
|
}
|
|
}
|
|
]
|