From 2ca69a1824356a5025c710d8b5cf046a3a11287c 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: Mon, 19 Dec 2016 12:55:21 +0100 Subject: [PATCH] change --- it4i_theme/base.html | 5 +---- it4i_theme/drawer.html | 7 +------ 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/it4i_theme/base.html b/it4i_theme/base.html index 2feac8662..792f6a934 100644 --- a/it4i_theme/base.html +++ b/it4i_theme/base.html @@ -31,10 +31,7 @@ <meta name="apple-mobile-web-app-title" content="{{ site_name }}"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> - {% if config.extra.logo %} - <link rel="apple-touch-icon" href="{{ base_url }}/{{ config.extra.logo }}"> - {% endif %} - {% set favicon = favicon | default("assets/images/favicon-e565ddfa3b.ico", true) %} + {% set favicon = favicon | default("assets/images/favicon.ico", true) %} <link rel="shortcut icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}"> <link rel="icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}"> <style> diff --git a/it4i_theme/drawer.html b/it4i_theme/drawer.html index c13075d48..7b3801515 100644 --- a/it4i_theme/drawer.html +++ b/it4i_theme/drawer.html @@ -2,11 +2,6 @@ {% set home = repo_url | default("/", true) %} <a href="{{ home }}" class="project"> <div class="banner"> - {% if config.extra.logo %} - <div class="logo"> - <img src="{{ base_url }}/{{ config.extra.logo }}"> - </div> - {% endif %} <div class="name"> <strong> {{ site_name }} @@ -71,4 +66,4 @@ </div> </div> </div> -</nav> \ No newline at end of file +</nav> -- GitLab