diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html index 410e5508807b9a7aaa792d6499e1957b11d02649..34315678a64ffa73da1b361a1c0fc6167cc5cfb4 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 564d0b8fbab2082a6e0bb399e2eff42d4ed9c51f..c5f73a33fa1d5b0c077fd4f94ca2f4cb47262f74 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">