diff options
author | Unknwon <u@gogs.io> | 2017-06-03 06:50:09 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-06-03 06:50:09 -0400 |
commit | 239dd978ff7c3bc143e2a151a966a74155d03aec (patch) | |
tree | 7ae9f6da7820dac2123bbf42ed2fd801679cd049 /templates | |
parent | af4cf463f567bbbbfbcf347e8fbd2b1b35e15cd8 (diff) |
repo: support go get subpkg (#1878)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/head.tmpl | 4 |
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}} |