mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
chore: update twitter & print disqus email
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
1
front.go
1
front.go
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user