diff --git a/app/views/home/index.rhtml b/app/views/home/index.rhtml index 056a623..50e7a5e 100644 --- a/app/views/home/index.rhtml +++ b/app/views/home/index.rhtml @@ -11,6 +11,9 @@

<%= link_to(highlighted.title, highlighted.url, :class => 'post-title') %>

<%= show_date(highlighted.published_at, true) %>

<%= highlighted.first_paragraph %>

+

+ <%= link_to(_('Read more'), highlighted.url) %> +


<% end%> -- libgit2 0.21.2