1
0
Fork 1
mirror of https://github.com/wezm/wezm.net.git synced 2024-12-24 13:09:53 +00:00
wezm.net/v1/content/articles.html

3 lines
98 B
HTML

<% sorted_articles.each do |article| %>
<%= render '_article', :article => article %>
<% end %>