361way
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)
 hi, amigo 。 开启toc后,左边的toc栏无法正常显示。
 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