diff --git a/multi/blog.erb b/multi/blog.erb index 2e17842bf..71335f13e 100644 --- a/multi/blog.erb +++ b/multi/blog.erb @@ -19,7 +19,9 @@ end %>
+ + +
+ Ü83R 1337 use Vim! +

Learn Vim Progressively »

+
+
+

en: Last <%= number_of_articles %> Articles fr: Les <%= number_of_articles %> derniers articles @@ -38,24 +51,18 @@ fr: Les <%= number_of_articles %> derniers articles <% last_articles.each do |a| %>
-

- <%= calendar_for( a[:created_at], language ) %> - <%= link_to(a[:title]+%{ »}, a) %> -

- -
- - <%= repair_html ( excerptize( a.reps[0].compiled_content, {:length => number_of_char_for_resume} ) ) %> - -
-
-

-fr: <%= link_to(%{en lire plus »}, a) %> -en: <%= link_to(%{Read more »}, a) %> -

+

<%= calendar_for( a[:created_at], language ) %> + <%= link_to(a[:title]+%{ »}, a) %>

+
+ <%= repair_html ( excerptize( a.reps[0].compiled_content, {:length => number_of_char_for_resume} ) ) %> +
+
+

+fr: <%= link_to(%{en lire plus »}, a) %> +en: <%= link_to(%{Read more »}, a) %> +

+
- -
<% end %>