1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/articles/json.json

7 lines
128 B
JSON
Raw Normal View History

<%
articles = []
sorted_articles.each do |article|
articles << article_to_json(article)
end
%>
<%= articles.to_json %>