Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Load favicon from protocol-relative URL
diakopter++
  • Loading branch information
moritz committed Dec 4, 2015
1 parent 8d3f016 commit 7148483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/layouts/default.html.ep
Expand Up @@ -7,7 +7,7 @@

<title><%= length(title) ? title() . ' - ' : '' %>Perl 6 Modules
Directory</title>
<link href="http://perl6.org/favicon.ico" rel="shortcut icon">
<link href="//perl6.org/favicon.ico" rel="shortcut icon">
%= asset "cerulean.css";
%= asset "app.css";
</head>
Expand Down Expand Up @@ -48,4 +48,4 @@
<link rel="stylesheet" property="stylesheet" href="<%= $sprite %>">
% }
</body>
</html>
</html>

0 comments on commit 7148483

Please sign in to comment.