all repos

mugit @ 1043e31

🐮 git server that your cow will love
2 files changed, 4 insertions(+), 1 deletions(-)
add favicon 🐮
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-01-23 20:21:33 +0200
Change ID: kwkupxsurryonrpsxlypyopzvvkvunos
Parent: a49f890
A web/static/favicon.svg

@@ -0,0 +1,3 @@

+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"> + <text y=".99em" font-size="205">🐮</text> +</svg>
M web/templates/_head.html

@@ -2,7 +2,7 @@ {{ define "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"> - <!-- TODO: icon --> + <link rel="icon" href="/static/favicon.svg"> {{ if and .servername .gomod }} <meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}"> {{ end }}