Results 4 issues of 361way

postmail.py文件中line 113--115行的部分,是不是写的有问题? mail['To'] = ", ".join(receiver) mail['Cc'] = ", ".join(cc) mail['Bcc'] = ", ".join(bcc) 正确的写法应该是(逗号换成分号): mail['To'] = "; ".join(receiver) mail['Cc'] = "; ".join(cc) mail['Bcc'] = "; ".join(bcc)

使用prism.js或highlight.js无法代码高亮,也无法显示行号 ,like this page [无法高亮页面](https://www.361way.com/docker-install-gitlab/6659.html)

![image](https://github.com/flysnow-org/maupassant-hugo/assets/7507290/f367253b-f5c0-45a2-ba1d-d3e67376ce17) hi, amigo 。 开启toc后,左边的toc栏无法正常显示。

![image](https://github.com/flysnow-org/maupassant-hugo/assets/7507290/2a26fa06-e3ca-4044-8f39-254e6ab8222e) Error: error building site: render: failed to render pages: render of "page" failed: execute of template failed: html/template:search/single.html:58:171: {{"continueReading"}} appears in a JS template literal