From 95f1aa902c7bf11ca77da8d160e75a40b3ab38f3 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:10 +0200
Subject: [PATCH] test graphics

---
 it4i_theme/drawer.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html
index 34315678a..2289d0827 100644
--- a/it4i_theme/drawer.html
+++ b/it4i_theme/drawer.html
@@ -1,4 +1,14 @@
 <nav aria-label="Navigation">
+{% 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>
+  </a>
   <div class="scrollable"> 
         <ul class="repo">
           <li class="repo-download">
-- 
GitLab