mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 01:20:58 +01:00
Update general template to include favicon link
This commit is contained in:
parent
1f35939bcb
commit
b319f19b6d
@ -49,6 +49,10 @@ func HtmlStructure(head, body *elem.Element) *elem.Element {
|
||||
attrs.Name: "viewport",
|
||||
attrs.Content: "width=device-width, initial-scale=1.0",
|
||||
}),
|
||||
elem.Link(attrs.Props{
|
||||
attrs.Rel: "icon",
|
||||
attrs.Href: "/favicon.ico",
|
||||
}),
|
||||
head,
|
||||
),
|
||||
body,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user