Skip to content

Commit

Permalink
Expect the favicon in the base URL by default
Browse files Browse the repository at this point in the history
This correction is similar to what done by the commit 853df40 to
the brand link.

Root URL and document base URL are not always the same, e.g. on my
development system the root URL is http://localhost/ while the document
base URL is http://localhost/mysite/. In this case the favicon is
expected to be found in http://localhost/mysite/favicon.ico.
  • Loading branch information
ntd committed Dec 3, 2015
1 parent 27ba4f4 commit 8725411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Includes/Favicon.ss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="favicon.ico">

0 comments on commit 8725411

Please sign in to comment.