all repos — legit @ 1b27f32cc21c4f85e475795c1033f4ad2d6cba52

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    <!-- other meta tags here -->
7  </head>
8{{ end }}