From 1fcf06a8bbb47efb1e75a34835b1d3f59b48d8fd Mon Sep 17 00:00:00 2001 From: sli1989 Date: Mon, 19 Mar 2018 16:32:01 +0800 Subject: [PATCH] Add symbol.colon in meta text --- layout/_macro/post.swig | 8 ++++---- layout/_partials/footer.swig | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layout/_macro/post.swig b/layout/_macro/post.swig index 35388fc81a..eff242c683 100644 --- a/layout/_macro/post.swig +++ b/layout/_macro/post.swig @@ -94,7 +94,7 @@ {% if theme.post_meta.item_text %} - {{ __('post.modified') }}: + {{ __('post.modified') + __('symbol.colon') }} {% endif %}