aboutsummaryrefslogtreecommitdiff
path: root/templates/head.html
blob: ec53412a912254fa2eabf16ef7d653319b5865f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
{{ define "generichead" }}
<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/legit.png" />
{{ if and .servername .gomod }}
	<meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}">
{{ end }}
{{ end }}