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