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
Authored at: 2026-01-23 20:16:15 +0200
Change ID: kwkupxsurryonrpsxlypyopzvvkvunos
Parent: a49f890
A web/static/favicon.svg
路路路
        
        1
        +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">

      
        
        2
        +    <text y=".99em" font-size="205">馃惍</text>

      
        
        3
        +</svg>

      
M web/templates/_head.html
路路路
        2
        2
           <meta charset="utf-8">

      
        3
        3
           <meta name="viewport" content="width=device-width, initial-scale=1">

      
        4
        4
           <link rel="stylesheet" href="/static/style.css" type="text/css">

      
        5
        
        -  <!-- TODO: icon -->

      
        
        5
        +  <link rel="icon" href="/static/favicon.svg">

      
        6
        6
           {{ if and .servername .gomod }}

      
        7
        7
           <meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}">

      
        8
        8
           {{ end }}