소스 검색

Removed Title

Yoginth 7 년 전
부모
커밋
1ed5c2ca87
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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