diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html
index 7b3801515503cf693b338eac90fa1a4c86e5a8c6..371900d5a1de3b2b6e9794d42834f071f608ef51 100644
--- a/it4i_theme/drawer.html
+++ b/it4i_theme/drawer.html
@@ -1,20 +1,6 @@
 <nav aria-label="Navigation">
   {% set home = repo_url | default("/", true) %}
   <a href="{{ home }}" class="project">
-    <div class="banner">
-      <div class="name">
-        <strong>
-          {{ site_name }}
-          <span class="version">
-            {{ config.extra.version }}
-          </span>
-        </strong>
-        {% if repo_id %}
-          <br>
-          {{ repo_id }}
-        {% endif %}
-      </div>
-    </div>
   </a>
   <div class="scrollable">
     <div class="wrapper">