Browse Source

go get

tags/v1.2.0-rc1
Unknown 11 years ago
parent
commit
8c266f2df5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/head.tmpl

+ 1
- 1
templates/base/head.tmpl View File

@@ -9,7 +9,7 @@
<meta name="description" content="Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language" />
<meta name="keywords" content="go, git">
<meta name="_csrf" content="{{.CsrfToken}}" />
{{if .Repository.IsGoget}}<meta name="go-import" content="{{.GoGetImport}} git {{.GoGetLink}}">{{end}}
{{if .Repository.IsGoget}}<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">{{end}}

<!-- Stylesheets -->
{{if IsProdMode}}


Loading…
Cancel
Save