Add SVG favicon

This commit is contained in:
Leo Heitmann Ruiz 2024-08-03 23:28:04 +02:00
parent 455b9c1ec6
commit ce4457d8ad

View file

@ -6,6 +6,7 @@
<link rel="stylesheet" href="/static/home.css" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; style-src 'self'; script-src 'none'; img-src 'self';" />
<link rel="icon" href="/static/codecircles.svg" />
<link rel="icon" href="/static/codecircles.webp" />
<meta name="description" content="View StackOverflow threads in privacy and without the clutter." />
{{ template "sharedHead.html" }}