From 71a92ef7a7e316222c8f971ab45aba0ce808bb94 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:34:24 +0200 Subject: [PATCH] test graphics --- it4i_theme/footer.html | 8 ++++++++ it4i_theme/header.html | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/it4i_theme/footer.html b/it4i_theme/footer.html index a8fb48b9f..06e7be620 100644 --- a/it4i_theme/footer.html +++ b/it4i_theme/footer.html @@ -19,6 +19,14 @@ </a> {% endif %} </div> +<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="next"> {% if next_page %} <a href="{{ next_page.url }}" title="{{ next_page.title }}"> diff --git a/it4i_theme/header.html b/it4i_theme/header.html index 6eb27ae55..564d0b8fb 100644 --- a/it4i_theme/header.html +++ b/it4i_theme/header.html @@ -20,7 +20,6 @@ </span> {% endif %} {{ page_title | default(site_name, true) }} - <img src="{{ base_url }}/{{ config.extra.logo }}"> </div> </div> <div class="button button-github" role="button" aria-label="GitHub"> -- GitLab