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