diff --git a/source/layouts/post.haml b/source/layouts/post.haml index 3c426c9..423b1d3 100644 --- a/source/layouts/post.haml +++ b/source/layouts/post.haml @@ -12,11 +12,11 @@ %header.post-header %h1.post-title= current_article.title %section.post-meta - published at + published on %time.post-date{datetime: current_article.date.strftime('%Y-%m-%d')} = current_article.date.strftime(blog_settings.date_format) - if tags? - on #{tags} + about #{tags} %section.post-content= yield