From ed346619d57b76f28f300ca2ee246ed947e37b24 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Tue, 6 May 2014 21:36:19 +0200 Subject: working on the blog section --- source/_article.html.erb | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'source/_article.html.erb') diff --git a/source/_article.html.erb b/source/_article.html.erb index 4420bd9..bc462f8 100644 --- a/source/_article.html.erb +++ b/source/_article.html.erb @@ -1,4 +1,7 @@ -
-

<%= link_to article.title, article %> <%= article.date.strftime('%b %e') %>

- <%= article.body %> -
+
+ +
+

<%= link_to article.title, article %>

+ <%= article.body %> +
+
-- cgit v1.2.1