diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-02-11 17:42:31 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-02-11 17:42:31 -0800 |
commit | e15e53592db6fe2535500b0c4a952ec374652207 (patch) | |
tree | a2d9d1ddc1ac65423493d5f46616ac69089349b2 | |
parent | Explicitly call /changelog.html instead of /changelog (diff) | |
download | packages-5-e15e53592db6fe2535500b0c4a952ec374652207.tar.gz packages-5-e15e53592db6fe2535500b0c4a952ec374652207.tar.bz2 packages-5-e15e53592db6fe2535500b0c4a952ec374652207.zip |
view: switch to relative favicon
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a22f4f5..0565223 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -8,7 +8,7 @@ <meta name="description" content="<%= "#{@description} in the " if @description %>Gentoo Packages Database"> <%= stylesheet_pack_tag 'application' %> <%= javascript_pack_tag 'application' %> - <link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon"> + <link rel="icon" href="/favicon.ico" type="image/x-icon"> <% if content_for? :head -%> <%= yield :head %> <% end -%> |