brycezhang
brycezhang
添加 **utterances** 评论系统的步骤: 1. 在 **/layout/_plugins/comments** 目录,新建文件夹 utterances ,同时仿照其他文件结构新建文件 main.ejs 和 source.ejs,其中 source.ejs 不用留空即可。main.ejs 添加代码: ```javascript var repo = ""; var issueTerm = ""; var theme = ""; var label...
> > 添加 **utterances** 评论系统的步骤: > > > > 1. 在 **/layout/_plugins/comments** 目录,新建文件夹 utterances ,同时仿照其他文件结构新建文件 main.ejs 和 source.ejs,其中 source.ejs 不用留空即可。main.ejs 添加代码: > > > > ```js > > > >...
@dorinsimina you can try to add this code in the dealloc method ``` - (void)dealloc { self.tableView.delegate = nil; } ```