Skip to content
Snippets Groups Projects
Commit b94936a6 authored by Torsten Grote's avatar Torsten Grote
Browse files

Merge branch 'use-absolute-path-for-favicon' into 'master'

Use absolute path for favicon so it appears on all pages

See merge request !60
parents 1d65cf41 92723a53
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