mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Set OpenGraph title to DisplayName in profile pages (#19206)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		| @@ -71,7 +71,7 @@ | ||||
| 		</style> | ||||
| 	</noscript> | ||||
| {{if .PageIsUserProfile}} | ||||
| 	<meta property="og:title" content="{{.Owner.Name}}" /> | ||||
| 	<meta property="og:title" content="{{.Owner.DisplayName}}" /> | ||||
| 	<meta property="og:type" content="profile" /> | ||||
| 	<meta property="og:image" content="{{.Owner.AvatarLink}}" /> | ||||
| 	<meta property="og:url" content="{{.Owner.HTMLURL}}" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user