Browse Source

Removed Title

Yoginth 7 năm trước cách đây
mục cha
commit
1ed5c2ca87
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      routes/user/certificate.go

+ 0 - 1
routes/user/certificate.go

@@ -12,7 +12,6 @@ const (
 func InternCertificate(c *context.Context) {
 	ctxUser := GetUserByName(c, strings.TrimSuffix(c.Params(":username"), ""))
 
-	c.Data["Title"] = ctxUser.DisplayName()
 	c.Data["PageIsUserProfile"] = true
 	c.Data["Owner"] = ctxUser