From fa3d2102c5e213e0ff157d05e3feb42c7d784075 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Wed, 21 Sep 2016 22:29:36 +0200
Subject: [PATCH] Added favicon to html

---
 templates/login.phtml  | 2 ++
 templates/search.phtml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/templates/login.phtml b/templates/login.phtml
index 4686ee6..ab93067 100644
--- a/templates/login.phtml
+++ b/templates/login.phtml
@@ -10,6 +10,8 @@
     <meta name="msapplication-navbutton-color" content="#fff">
     <meta name="apple-mobile-web-app-status-bar-style" content="#fff">
 
+    <link rel="icon" type="image/png" href="favicon.png">
+
     <link rel="stylesheet" href="res/login.css">
     <link rel="stylesheet" href="res/material-icons.css">
 </head>
diff --git a/templates/search.phtml b/templates/search.phtml
index ad015e9..971d671 100644
--- a/templates/search.phtml
+++ b/templates/search.phtml
@@ -10,6 +10,8 @@
     <meta name="msapplication-navbutton-color" content="#4285f4">
     <meta name="apple-mobile-web-app-status-bar-style" content="#4285f4">
 
+    <link rel="icon" type="image/png" href="favicon.png">
+
     <link rel="stylesheet" href="res/search.css">
     <link rel="stylesheet" href="res/material-icons.css">
 </head>
-- 
GitLab