Explorar el Código

Removed Title

Yoginth hace 7 años
padre
commit
1ed5c2ca87
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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