aboutsummaryrefslogtreecommitdiff
path: root/src/templates/head.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/templates/head.html (renamed from etc/gistatic/templates/html/head.html.tmpl)2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/gistatic/templates/html/head.html.tmpl b/src/templates/head.html
index 7f036d5..e6988ec 100644
--- a/etc/gistatic/templates/html/head.html.tmpl
+++ b/src/templates/head.html
@@ -1,7 +1,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="icon" type="image/svg+xml" href="favicon.svg" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate" type="application/atom+xml" title="{{ name }} atom feed of commits" href="commits.xml" />
<link rel="alternate" type="application/atom+xml" title="{{ name }} atom feed of tags" href="tags.xml" />
<link rel="stylesheet" type="text/css" href="style.css" />