You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[{% for author in site.authors %}{% assign flag = true %}
{
"name" : "{{ author.name }}",
"path" : "{{ author.page_path }}",
"articles": [{% for post in site.posts %}{% if post.author == author.name %}{% if flag == true %}{% assign flag = false %}{% else %},{% endif %}"1"{% endif %}{% endfor %}]
}{% if forloop.last == false %},{% endif %}{% endfor %}