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