all repos — legit @ df0962a39ebef3853cbe90b3f7b07f7d2fce96d6

web frontend for git

templates/head.html (view raw)

 1{{ define "head" }}
 2  <head>
 3    <meta charset="utf-8">
 4    <meta name="viewport" content="width=device-width, initial-scale=1">
 5    <link rel="stylesheet" href="/static/style.css" type="text/css">
 6    <link rel="stylesheet" href="https://cdn.icyphox.sh/fonts/inter.css" type="text/css">
 7    {{ if .servername }}
 8    <meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}">
 9    {{ end }}
10    <!-- other meta tags here -->
11  </head>
12{{ end }}