diff --git a/templates/index.html.ep b/templates/index.html.ep index 212639e..b5edf85 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -5,17 +5,17 @@ <% for my $post (@$view_posts) { =%>

<%= @$post[0] %>

-
+

<%= @$post[2] %>

-
-
+ +

- <%= @$post[1] %> <% if (@$post[3]) { =%> (<%= link_to Homepage => @$post[3] %>) <% } =%>

-
+
<% } =%>