diff --git a/it4i_theme/footer.html b/it4i_theme/footer.html
index a8fb48b9f392201b2e83d93fa514abf3c3a177b9..06e7be62029f9fec4ab5f54720e83b55edc939fe 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 6eb27ae557ab51cdaf9aecab5f8f7c62cdbb42f8..564d0b8fbab2082a6e0bb399e2eff42d4ed9c51f 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">