Przeglądaj źródła

[head] Cleanup from rebase

Go get meta tags removed form header in
239dd978ff7c3bc143e2a151a966a74155d03aec.
Achilleas Koutsou 6 lat temu
rodzic
commit
168b723d77
1 zmienionych plików z 1 dodań i 4 usunięć
  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="_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}}
 	{{else if .PageIsUserProfile}}