aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-21 11:44:08 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-21 11:44:08 -0500
commit013753b666cfbae213921af4193620c6b356fbf6 (patch)
tree026e256dfdcd5dddf7c85b961e7c5536065304d3 /templates/base.html
parentdcd004dabbed3a35cb4f59e94712f358528ead87 (diff)
downloadembedtube-013753b666cfbae213921af4193620c6b356fbf6.tar.xz
embedtube-013753b666cfbae213921af4193620c6b356fbf6.zip
add dynamic svg favicon
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 03ae355..1a8f08d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="stylesheet" href="/static/style.css">
+ <link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
{{ block "scripts" . }}{{ end }}
</head>
<body>