From 47d1a7109750c8fa655779510c54d4a2a2be7a29 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Fri, 5 Feb 2016 21:57:14 +0100 Subject: [PATCH] Improve grammar at post meta --- source/layouts/post.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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