From 32d1cd3f5379f60c7bfa80af109ff29cc9887145 Mon Sep 17 00:00:00 2001 From: Jerry Date: Sun, 20 Oct 2019 13:16:08 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.2=201.=20=E4=BF=AE=E5=BE=A9=E5=9C=A8hexo?= =?UTF-8?q?=204.0.0=E4=B8=8B=EF=BC=8C=E5=88=86=E9=A0=81=E6=8C=89=E9=88=95?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E4=B8=8D=E5=AE=8C=E5=85=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/pagination.pug | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layout/includes/pagination.pug b/layout/includes/pagination.pug index 06f0a3d..397183a 100644 --- a/layout/includes/pagination.pug +++ b/layout/includes/pagination.pug @@ -2,7 +2,8 @@ var options = { prev_text: '', next_text: '', - mid_size: 1 + mid_size: 1, + escape: false } if(!is_post()) diff --git a/package.json b/package.json index 8c344ef..0ff0fd1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "hexo-theme-melody", - "version": "1.2.1", + "version": "1.2.2", "description": "A Hexo Theme: Butterfly" } \ No newline at end of file