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.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/_article.html.haml b/source/_article.html.haml
new file mode 100644
index 0000000..a276a81
--- /dev/null
+++ b/source/_article.html.haml
@@ -0,0 +1,7 @@
+.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