mugit/web/templates/_head.html (view raw)
| 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 | <!-- TODO: icon --> |
| 6 | {{ if and .servername .gomod }} |
| 7 | <meta name="go-import" content="{{ .servername}}/{{ .name }} git https://{{ .servername }}/{{ .name }}"> |
| 8 | {{ end }} |
| 9 | {{ end }} |