summaryrefslogtreecommitdiff
path: root/source/layouts/article_layout.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/layouts/article_layout.html.haml')
-rw-r--r--source/layouts/article_layout.html.haml9
1 files changed, 9 insertions, 0 deletions
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