aboutsummaryrefslogtreecommitdiff
path: root/templates/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/head.html')
-rw-r--r--templates/head.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/head.html b/templates/head.html
index 04ab2b1..e194807 100644
--- a/templates/head.html
+++ b/templates/head.html
@@ -1,9 +1,10 @@
{{ define "head" }}
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/static/style.css" type="text/css">
- <link rel="icon" type="image/png" size="32x32" href="/static/legitrx.png">
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1"/>
+ <meta name="generator" content="legitrx"/>
+ <link rel="stylesheet" href="/static/style.css" type="text/css"/>
+ <link rel="icon" type="image/png" size="32x32" href="/static/legitrx.png"/>
{{ if .parent }}
<title>{{ .meta.Title }} &mdash; {{ .name }} ({{ .ref }}): {{ .parent }}/</title>
{{ else if .path }}
@@ -24,8 +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 }}
- <!-- other meta tags here -->
</head>
{{ end }}