From 99fbc65ce87f3acd8cd1d64678d57fb3e45c7f4b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sun, 22 Nov 2009 17:24:57 +1100 Subject: [PATCH] Link to posts on the front page --- layouts/listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/listing.html b/layouts/listing.html index ccbb7dd..82baf13 100644 --- a/layouts/listing.html +++ b/layouts/listing.html @@ -12,7 +12,7 @@ <%= render 'header' %>
<% sorted_articles[0..9].each do |article| %> -

<%= article.attributes[:title] %>

+

<%= article[:title] %>

<% end %>
<%= render 'footer' %>