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