diff options
author | Alex Legler <alex@a3li.li> | 2015-12-25 21:10:41 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-12-25 21:10:41 +0100 |
commit | 3a06cf65b1dcea03e83157f6c335047b0b2e9fe4 (patch) | |
tree | 9a68f1777fdef9b832c52ec58a1a1f0785d78254 | |
parent | Theme updates: Copyright year and HTTPS URLs (diff) | |
download | frontend-3a06cf65b1dcea03e83157f6c335047b0b2e9fe4.tar.gz frontend-3a06cf65b1dcea03e83157f6c335047b0b2e9fe4.tar.bz2 frontend-3a06cf65b1dcea03e83157f6c335047b0b2e9fe4.zip |
Absolute favicon URL
-rw-r--r-- | views/layout.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layout.erb b/views/layout.erb index 0f049e9..c251d90 100644 --- a/views/layout.erb +++ b/views/layout.erb @@ -9,7 +9,7 @@ <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css" rel="stylesheet" media="screen"> <link href="/css/main.css" rel="stylesheet" media="screen"> - <link rel="icon" href="//www.gentoo.org/favicon.ico" type="image/x-icon"> + <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon"> </head> <body> <header> |