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