From 6cf59387c8f2a73b3faa396366985c27e81b296b Mon Sep 17 00:00:00 2001 From: Jerry <16351105+jerryc127@users.noreply.github.com> Date: Sun, 26 Apr 2020 23:31:39 +0800 Subject: [PATCH] =?UTF-8?q?:label:=202.3.0=20=E7=99=BC=E4=BD=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/mixins/article-sort.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/includes/mixins/article-sort.pug b/layout/includes/mixins/article-sort.pug index 696714dd0..53dd89622 100644 --- a/layout/includes/mixins/article-sort.pug +++ b/layout/includes/mixins/article-sort.pug @@ -17,4 +17,4 @@ mixin articleSort(posts) i.fa.fa-clock-o(aria-hidden="true") time.article-sort-item__time(title=_p('post.created') + ' ' + full_date(article.date))= date(article.date, config.date_format) .article-sort-item__title= article.title || 'No Title' - - }) + - }) \ No newline at end of file