Skip to content
Snippets Groups Projects
Commit 92723a53 authored by akwizgran's avatar akwizgran
Browse files

Use absolute path for favicon so it appears on all pages.

parent 1d65cf41
No related branches found
No related tags found
1 merge request!60Use absolute path for favicon so it appears on all pages
......@@ -11,8 +11,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="flattr:id"
content="{{ with .Param "flatterid" }}{{ . }}{{ end }}">
<link rel="icon" type="image/x-icon" href="img/briar_logo_white.ico">
<link rel="icon" type="image/png" href="img/briar_logo_circle.png">
<link rel="icon" type="image/x-icon" href="/img/briar_logo_white.ico">
<link rel="icon" type="image/png" href="/img/briar_logo_circle.png">
<link href="/news/index.xml" rel="alternate" type="application/rss+xml" title="Briar News" />
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Briar - All changes" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment