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