1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2025-01-11 05:12:45 +00:00
wezm.net/content/personal/articles/json.json

7 lines
130 B
JSON
Raw Normal View History

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