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/layouts/article_layout.html.haml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 source/layouts/article_layout.html.haml (limited to 'source/layouts/article_layout.html.haml') diff --git a/source/layouts/article_layout.html.haml b/source/layouts/article_layout.html.haml new file mode 100644 index 0000000..30fd382 --- /dev/null +++ b/source/layouts/article_layout.html.haml @@ -0,0 +1,9 @@ +-# TODO de-duplicate with _article partial += wrap_layout :layout do + .row + .column + %article + %aside.blog-date= current_article.date.strftime('%e %b %Y') + .blog-inner + %h3.blog-article-heading= current_article.title + = yield -- cgit v1.2.1