aboutsummaryrefslogtreecommitdiff
path: root/templates/head.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/head.html b/templates/head.html
index e194807..3347d1c 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -25,7 +25,7 @@
<title>{{ .meta.Title }}</title>
{{ end }}
{{ if and .servername .gomod }}
- <meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}"/>
+ <meta name="go-import" content="{{ .servername }}/{{ .name }} git https://{{ .servername }}/{{ .name }}"/>
{{ end }}
</head>
{{ end }}