From 114d997fdb5b5796a6bd29e2ddc4b2ed8dc94c57 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:37:40 +0200
Subject: [PATCH] test graphics

---
 it4i_theme/header.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/it4i_theme/header.html b/it4i_theme/header.html
index 564d0b8fb..1fdddb689 100644
--- a/it4i_theme/header.html
+++ b/it4i_theme/header.html
@@ -22,6 +22,9 @@
         {{ page_title | default(site_name, true) }}
       </div>
     </div>
+      <div class="button button-twitter" role="button" aria-label="Twitter">
+        <a href="all.pdf" title="DOWNLOAD PDF VERSION" target="_blank" class="toggle-button icon icon-twitter"></a>
+      </div>
       <div class="button button-github" role="button" aria-label="GitHub">
         <a href="https://gitlab.it4i.cz/kru0052/docs.it4i" title="on GitLab" target="_blank" ><img src="/img/git.png" width="30" height="30"></a>
       </div>
-- 
GitLab