all repos

mugit @ 20a3418b9ff77829a78332c5a71bcff0f3febc3f

🐮 git server that your cow will love

mugit/web/templates/_head.html(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ 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">
  <link rel="icon" href="/static/favicon.svg">

  {{ if .Meta.GoMod }}
  <meta name="go-import" content="{{.Meta.Host}}/{{.RepoName}} git https://{{.Meta.Host}}/{{.RepoName}}">
  {{ end }}

  <link ref="alternate" type="application/rss" href="https://{{.Meta.Host}}/index.xml">
  {{ if .RepoName }}
  <link ref="alternate" type="application/rss" href="https://{{.Meta.Host}}/{{.RepoName}}/feed">
  {{ end }}
{{ end }}