mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
7 lines
No EOL
128 B
JSON
7 lines
No EOL
128 B
JSON
<%
|
|
articles = []
|
|
sorted_articles.each do |article|
|
|
articles << article_to_json(article)
|
|
end
|
|
%>
|
|
<%= articles.to_json %> |