diff options
| author | Samuel Johnson <[email protected]> | 2025-11-25 20:59:55 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-25 20:59:55 -0500 |
| commit | 42e0b96e75ba13e2994de7cc258db325cebea47c (patch) | |
| tree | 4a182789e5e63b046071030a8f591d35ed44d65c /ui | |
| parent | ee367e65723888bfd8fb9354e896db2a0adae1b0 (diff) | |
Actually make icon available
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/html/base.tmpl.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index 9ff8489..20f59d2 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -10,6 +10,7 @@ <meta property="og:url" content="https://paterissa.net" /> <meta property="og:description" content={{template "description" .}} /> <title>{{template "title" .}} - Paterissa</title> + <link rel="icon" href="/static/get?file=favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="/static/get?file=app.css"> </head> <body> |
