mods.shadowfacts.net/search.json

7 lines
201 B
JSON
Raw Permalink Normal View History

2017-05-08 23:02:29 +00:00
---
---
{
{% for post in site.articles %}
"{{ post.title }}{% if post.title == 'Config' %} ({{ post.mod-name }}){% endif %}": "{{ post.url }}"{% unless forloop.last %},{% endunless %}
{% endfor %}
}