From f2a939f76805255d6ae1fd0163bc75d95c7fcd23 Mon Sep 17 00:00:00 2001 From: Alex LEE Date: Mon, 19 Mar 2018 16:47:52 +0800 Subject: [PATCH] Add symbol.colon in meta text (#188) --- 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 7e13d0100d..3aa30bfa6e 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 %}