web frontend for git (tangled's grandpa)
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

add favicon

+1
static/legit.png

This is a binary file and will not be displayed.

+1
templates/head.html
··· 4 4 <meta name="viewport" content="width=device-width, initial-scale=1"> 5 5 <link rel="stylesheet" href="/static/style.css" type="text/css"> 6 6 <link rel="stylesheet" href="https://cdn.icyphox.sh/fonts/inter.css" type="text/css"> 7 + <link rel="icon" type="image/png" size="32x32" href="/static/legit.png"> 7 8 {{ if .servername }} 8 9 <meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}"> 9 10 {{ end }}