summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-13 05:04:11 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-13 05:04:11 -0400
commit8c266f2df5848b230c6fbb0bc4578a8907edc725 (patch)
treeece0ae600c3ff7faf59e81f1ac409a0885a15eab /templates/base
parent4c1452574a14737b52b13ee2726fb5dd53f56cc1 (diff)
downloadgitea-8c266f2df5848b230c6fbb0bc4578a8907edc725.tar.gz
gitea-8c266f2df5848b230c6fbb0bc4578a8907edc725.zip
go get
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 0c18c8083c..68231391c0 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -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}}