2 files changed,
4 insertions(+),
1 deletions(-)
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
jump to
| A | web/static/favicon.svg |
| M | web/templates/_head.html |
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 }}