theme-materialized / hexo-theme-materialized

A cool materialized theme for Hexo
https://theme-materialized.github.io
38 stars 9 forks source link

首页翻页会被转义 #3

Closed denity closed 4 years ago

denity commented 4 years ago

在使用过程中,忽然碰到了地下换页的地方被转义直接输出 11

调试后,在文件 layout/_partial/archive.ejs 46行 增加一个转义参数 escape: false 解决。

code004Accepted commented 4 years ago

建议您提交一个PR,方便您成为Contributor

Bug已被核实,感谢您的贡献