From 9de59307c9cddf689ea3f302571bb6cfd0d689fa Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 11:31:35 +0200 Subject: converted templates from erb to haml --- source/_article.html.haml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 source/_article.html.haml (limited to 'source/_article.html.haml') diff --git a/source/_article.html.haml b/source/_article.html.haml new file mode 100644 index 0000000..7194cdb --- /dev/null +++ b/source/_article.html.haml @@ -0,0 +1,5 @@ +%article + %aside.blog-date= article.date.strftime('%e %b %Y') + .blog-inner + %h3.blog-article-heading= link_to article.title, article + = article.body -- cgit v1.2.1 From 63dbddf6c3d36549e55b80d4c720303d04dd3175 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 21 Sep 2014 15:00:33 +0200 Subject: migrate blog to foundation --- source/_article.html.haml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'source/_article.html.haml') diff --git a/source/_article.html.haml b/source/_article.html.haml index 7194cdb..a276a81 100644 --- a/source/_article.html.haml +++ b/source/_article.html.haml @@ -1,5 +1,7 @@ -%article - %aside.blog-date= article.date.strftime('%e %b %Y') - .blog-inner - %h3.blog-article-heading= link_to article.title, article - = article.body +.row + .column + %article + %aside.blog-date= article.date.strftime('%e %b %Y') + .blog-inner + %h3.blog-article-heading= link_to article.title, article + = article.body -- cgit v1.2.1