chore: update twitter & print disqus email

This commit is contained in:
chenqijing
2020-12-17 19:15:16 +08:00
parent 30ebf76eda
commit 33a29f5e57
2 changed files with 3 additions and 2 deletions

View File

@@ -72,9 +72,9 @@ mode:
# twitter地址: twitter.com/chenqijing2 # twitter地址: twitter.com/chenqijing2
twitter: twitter:
card: summary card: summary
site: chenqijing2 site: deepzz02
image: st.deepzz.com/static/img/avatar.jpg image: st.deepzz.com/static/img/avatar.jpg
address: twitter.com/chenqijing2 address: twitter.com/deepzz02
# 数据初始化操作,可到博客后台修改 # 数据初始化操作,可到博客后台修改
account: account:

View File

@@ -403,6 +403,7 @@ func HandleDisqusCreate(c *gin.Context) {
resp.ErrMsg = "参数错误" resp.ErrMsg = "参数错误"
return return
} }
fmt.Println("disqus: author: ", email)
pc := &PostComment{ pc := &PostComment{
Message: msg, Message: msg,
Parent: c.PostForm("parent"), Parent: c.PostForm("parent"),