mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 09:52:32 +00:00
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 %>
|