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