crazy-toads.github.io/links.jsonp

11 lines
224 B
Plaintext
Raw Normal View History

2017-08-08 19:53:28 +00:00
---
---
callback([
{% for post in site.posts reversed | sort: title %}
{
"text": "{{post.title | replace:'"','\"'}}",
"href": "{{site.url}}{{post.url}}"
} {% unless forloop.last %},{% endunless%}
{% endfor %}
])