From af004193891b5dad8de1334bbf410462f80be09d Mon Sep 17 00:00:00 2001
From: Ryan Lerch <rlerch@redhat.com>
Date: Mar 02 2018 09:28:41 +0000
Subject: fix favicon


---

diff --git a/_templates/page.html.erb b/_templates/page.html.erb
index 1f097c7..47d7dd4 100644
--- a/_templates/page.html.erb
+++ b/_templates/page.html.erb
@@ -20,7 +20,7 @@
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
 
-  <link href="<%= File.join(images_path, "favicon32x32.png") %>" rel="shortcut icon" type="text/css">
+  <link href="<%= File.join(images_path, "favicon.ico") %>" rel="shortcut icon" type="text/css">
   <!--[if IE]><link rel="shortcut icon" href="<%= File.join(images_path, "favicon.ico") %>"><![endif]-->
   <meta content="AsciiBinder" name="application-name">
 </head>

