From 1fafddc19c1f466f21e2870cfee02c6811d4936c 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: Thu, 8 Sep 2016 07:32:36 +0200
Subject: [PATCH] test graphics

---
 it4i_theme/header.html | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/it4i_theme/header.html b/it4i_theme/header.html
index 621b285c8..564d0b8fb 100644
--- a/it4i_theme/header.html
+++ b/it4i_theme/header.html
@@ -7,14 +7,6 @@
     </div>
     <div class="stretch">
       <div class="title">
-{% set home = repo_url | default("/", true) %}
-  <a href="{{ home }}" class="project">
-      {% if config.extra.logo %}
-        <div class="logo">
-          <img src="{{ base_url }}/{{ config.extra.logo }}">
-        </div>
-      {% endif %}
-  </a>
         {% if current_page %}
           <span class="path">
             {% for doc in current_page.ancestors %}
-- 
GitLab