From cace1e89c6f75b15181d3353b346862d4b6e7b95 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: Wed, 7 Sep 2016 06:36:45 +0200 Subject: [PATCH] theme color --- it4i_theme/base.html | 8 -------- it4i_theme/drawer.html | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/it4i_theme/base.html b/it4i_theme/base.html index 2eef95bda..194986435 100644 --- a/it4i_theme/base.html +++ b/it4i_theme/base.html @@ -128,14 +128,6 @@ </div> </article> <div class="results" role="status" aria-live="polite"> - <ul class="repo"> - <li class="repo-download"> - {% set version = config.extra.version | default("master") %} - <a href="all.pdf" target="_blank" title="DOWNLOAD PDF VERSION" data-action="download"> - <i class="icon icon-download"></i> DOWNLOAD PDF VERSION - </a> - </li> - </ul> <div class="scrollable"> <div class="wrapper"> <div class="meta"></div> diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html index 8c3f86341..7ae384741 100644 --- a/it4i_theme/drawer.html +++ b/it4i_theme/drawer.html @@ -11,6 +11,14 @@ </a> <div class="scrollable"> <div class="wrapper"> + <ul class="repo"> + <li class="repo-download"> + {% set version = config.extra.version | default("master") %} + <a href="all.pdf" target="_blank" title="DOWNLOAD PDF VERSION" data-action="download"> + <i class="icon icon-download"></i> DOWNLOAD PDF VERSION + </a> + </li> + </ul> <hr> <div class="toc"> <ul> -- GitLab