diff --git a/it4i_theme/base.html b/it4i_theme/base.html
index 2feac86620ce3ed56e4dd9bba22c06f34f750d8f..792f6a934d106bdcf8bb289bd95239f5f92aec5a 100644
--- a/it4i_theme/base.html
+++ b/it4i_theme/base.html
@@ -31,10 +31,7 @@
     <meta name="apple-mobile-web-app-title" content="{{ site_name }}">
     <meta name="apple-mobile-web-app-capable" content="yes">
     <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
-    {% if config.extra.logo %}
-      <link rel="apple-touch-icon" href="{{ base_url }}/{{ config.extra.logo }}">
-    {% endif %}
-    {% set favicon = favicon | default("assets/images/favicon-e565ddfa3b.ico", true) %}
+    {% set favicon = favicon | default("assets/images/favicon.ico", true) %}
     <link rel="shortcut icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}">
     <link rel="icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}">
     <style>
diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html
index c13075d4843678a659a57c01fdb38827acedc4b5..7b3801515503cf693b338eac90fa1a4c86e5a8c6 100644
--- a/it4i_theme/drawer.html
+++ b/it4i_theme/drawer.html
@@ -2,11 +2,6 @@
   {% set home = repo_url | default("/", true) %}
   <a href="{{ home }}" class="project">
     <div class="banner">
-      {% if config.extra.logo %}
-        <div class="logo">
-          <img src="{{ base_url }}/{{ config.extra.logo }}">
-        </div>
-      {% endif %}
       <div class="name">
         <strong>
           {{ site_name }}
@@ -71,4 +66,4 @@
       </div>
     </div>
   </div>
-</nav>
\ No newline at end of file
+</nav>