From 522e55d96f0ac40828df478230e8ccf167fa1a5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Mon, 19 Dec 2016 13:58:35 +0100
Subject: [PATCH] change

---
 it4i_theme/drawer.html | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html
index 7b3801515..371900d5a 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">
-- 
GitLab