m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/blog.html.erb
blob: d89494a0fa40b780c62cbadf1a7ab4dcec3e6866 (plain)
1
2
3
4
5
6
7
<ul>
<% posts.each do |post| %>
  <li>
    <a href=<%= path_to post['title'] %>><%= post['title'] %></a> <%= post['date'] %>
  </li>
<% end %>
</ul>