Fix log permalinks

46c90b5a6fa07c1d400420688f825ede98b32120
cloudhead committed ago 1 parent 60ddc075
log/index.html.erb +1 -1
73 73
      <header>
74 74
        <h2>articles</h2>
75 75
      </header>
76 76
      <ul>
77 77
        <% articles.each do |a| %>
78 -
          <li><a href="<%= a.permalink %>"><%= a.title %></a><span class="date"><%= a.date %></li>
78 +
          <li><a href="<%= a.path %>"><%= a.title %></a><span class="date"><%= a.date %></li>
79 79
        <% end %>
80 80
      </ul>
81 81
    </section>
82 82
    <footer>
83 83
      <a href="mailto:hello@cloudhead.io">comments@cloudhead.io</a>