From eef0dff0c2e2db745bfd4b0e671dd02f0bed33be 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:35:41 +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 194986435..2eef95bda 100644 --- a/it4i_theme/base.html +++ b/it4i_theme/base.html @@ -128,6 +128,14 @@ </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 7ae384741..8c3f86341 100644 --- a/it4i_theme/drawer.html +++ b/it4i_theme/drawer.html @@ -11,14 +11,6 @@ </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