From 7af5c4294de90476f6f8ca2c0266e856026275c5 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:29:04 +0200 Subject: [PATCH] test graphics --- it4i_theme/header.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/it4i_theme/header.html b/it4i_theme/header.html index 574fb910c..621b285c8 100644 --- a/it4i_theme/header.html +++ b/it4i_theme/header.html @@ -9,13 +9,11 @@ <div class="title"> {% 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> {% if current_page %} <span class="path"> -- GitLab