Fixed project name on base template head
This commit is contained in:
		
							parent
							
								
									7e09f80ee3
								
							
						
					
					
						commit
						d93429af8b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3,8 +3,8 @@ | |||
| <head data-suburl="{{AppSubUrl}}"> | ||||
| 	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||||
| 	<meta http-equiv="X-UA-Compatible" content="IE=edge"/> | ||||
| 	<meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}Gogs - Go Git Service{{end}}" /> | ||||
| 	<meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}Gogs (Go Git Service) is a painless self-hosted Git service written in Go{{end}}" /> | ||||
| 	<meta name="author" content="{{if .Repository}}{{.Owner.Name}}{{else}}Gitea - Git with a cup of tea{{end}}" /> | ||||
| 	<meta name="description" content="{{if .Repository}}{{.Repository.Name}}{{if .Repository.Description}} - {{.Repository.Description}}{{end}}{{else}}Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go{{end}}" /> | ||||
| 	<meta name="keywords" content="go, git, self-hosted, gogs"> | ||||
| 	<meta name="referrer" content="no-referrer" /> | ||||
| 	<meta name="_csrf" content="{{.CsrfToken}}" /> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue