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.haml7
1 files changed, 7 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..450d470
--- /dev/null
+++ b/source/layouts/article_layout.html.haml
@@ -0,0 +1,7 @@
+-# TODO de-duplicate with _article partial
+= wrap_layout :layout do
+ %article
+ %aside.blog-date= current_article.date.strftime('%e %b %Y')
+ .blog-inner
+ %h3.blog-article-heading= current_article.title
+ = yield