From 47c0df8b6842da8ac29d8d5cb2a52540abc3869d 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:20:36 +0200 Subject: [PATCH] test wrapper --- it4i_theme/drawer.html | 10 ---------- it4i_theme/header.html | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html index 410e55088..34315678a 100644 --- a/it4i_theme/drawer.html +++ b/it4i_theme/drawer.html @@ -1,14 +1,4 @@ <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"> diff --git a/it4i_theme/header.html b/it4i_theme/header.html index 564d0b8fb..c5f73a33f 100644 --- a/it4i_theme/header.html +++ b/it4i_theme/header.html @@ -6,6 +6,16 @@ </label> </div> <div class="stretch"> +{% 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="title"> {% if current_page %} <span class="path"> -- GitLab