Ver código fonte

[head] Cleanup from rebase

Go get meta tags removed form header in
239dd978ff7c3bc143e2a151a966a74155d03aec.
Achilleas Koutsou 6 anos atrás
pai
commit
168b723d77
1 arquivos alterados com 1 adições e 4 exclusões
  1. 1 4
      templates/base/head.tmpl

+ 1 - 4
templates/base/head.tmpl

@@ -18,10 +18,7 @@
 	<meta name="referrer" content="no-referrer" />
 	<meta name="referrer" content="no-referrer" />
 	<meta name="_csrf" content="{{.CSRFToken}}" />
 	<meta name="_csrf" content="{{.CSRFToken}}" />
 	<meta name="_suburl" content="{{AppSubURL}}" />
 	<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 -->
 	<!-- Open Graph Tags -->
 	{{if .PageIsAdmin}}
 	{{if .PageIsAdmin}}
 	{{else if .PageIsUserProfile}}
 	{{else if .PageIsUserProfile}}