mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 09:52:32 +00:00
3 lines
106 B
HTML
3 lines
106 B
HTML
<% technical_articles[0..9].each do |article| %>
|
|
<%= render 'article', :article => article %>
|
|
<% end %>
|