#55 fix favicon
Merged 6 years ago by bex. Opened 6 years ago by ryanlerch.
fedora-docs/ ryanlerch/docs-fp-o fix-favicon  into  master

file modified
+1 -1
@@ -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>

use the favicon.ico instead of the png.

rebased onto af00419

6 years ago

Pull-Request has been merged by bex

6 years ago
Metadata