all repos — elgit @ 9649b3ed2b252cab6ab4076d58814790582f07f0

fork of legit: web frontend for git, written in go

templates: index rework

commit

9649b3ed2b252cab6ab4076d58814790582f07f0

parent

d083d5d72e4bf496b8152d14986818a5b63fe301

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M templates/head.htmltemplates/head.html
@@ -3,6 +3,7 @@ <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="stylesheet" href="https://cdn.icyphox.sh/fonts/inter.css" type="text/css"> <!-- other meta tags here --> </head> {{ end }}