forked from wezm/wezm.net
7 lines
130 B
JSON
7 lines
130 B
JSON
|
<%
|
||
|
articles = []
|
||
|
personal_articles.each do |article|
|
||
|
articles << article_to_json(article)
|
||
|
end
|
||
|
%>
|
||
|
<%= articles.to_json %>
|