diff options
Diffstat (limited to 'source/_article.html.haml')
-rw-r--r-- | source/_article.html.haml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/_article.html.haml b/source/_article.html.haml new file mode 100644 index 0000000..7194cdb --- /dev/null +++ b/source/_article.html.haml @@ -0,0 +1,5 @@ +%article + %aside.blog-date= article.date.strftime('%e %b %Y') + .blog-inner + %h3.blog-article-heading= link_to article.title, article + = article.body |