all repos

mugit @ 988c2402b6bcfdde86a85105388cdc62d1b1be02

🐮 git server that your cow will love

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

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
add favicon 🐮, 4 months ago
1
{{ define "head" }}
2
  <meta charset="utf-8">
3
  <meta name="viewport" content="width=device-width, initial-scale=1">
4
  <link rel="stylesheet" href="/static/style.css" type="text/css">
5
  <link rel="icon" href="/static/favicon.svg">
6
  {{ if and .servername .gomod }}
7
  <meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}">
8
  {{ end }}
9
{{ end }}