|
|
@ -8,7 +8,10 @@
|
|
|
|
<meta name="keywords" content="go, git, self-hosted, gogs">
|
|
|
|
<meta name="keywords" content="go, git, self-hosted, gogs">
|
|
|
|
<meta name="referrer" content="no-referrer" />
|
|
|
|
<meta name="referrer" content="no-referrer" />
|
|
|
|
<meta name="_csrf" content="{{.CsrfToken}}" />
|
|
|
|
<meta name="_csrf" content="{{.CsrfToken}}" />
|
|
|
|
{{if .GoGetImport}}<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">{{end}}
|
|
|
|
{{if .GoGetImport}}
|
|
|
|
|
|
|
|
<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
|
|
|
|
|
|
|
|
<meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
|
|
|
|
|
|
|
|
{{end}}
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />
|
|
|
|
<link rel="shortcut icon" href="{{AppSubUrl}}/img/favicon.png" />
|
|
|
|
|
|
|
|
|
|
|
|