aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-06-03 06:50:09 -0400
committerUnknwon <u@gogs.io>2017-06-03 06:50:09 -0400
commit239dd978ff7c3bc143e2a151a966a74155d03aec (patch)
tree7ae9f6da7820dac2123bbf42ed2fd801679cd049 /templates
parentaf4cf463f567bbbbfbcf347e8fbd2b1b35e15cd8 (diff)
repo: support go get subpkg (#1878)
Diffstat (limited to 'templates')
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 1f967f0e..1e85dcd8 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -11,10 +11,6 @@
<meta name="referrer" content="no-referrer" />
<meta name="_csrf" content="{{.CSRFToken}}" />
<meta name="_suburl" content="{{AppSubURL}}" />
- {{if .GoGetImport}}
- <meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
- <meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">
- {{end}}
<!-- Open Graph Tags -->
{{if .PageIsAdmin}}