Skip to content
Snippets Groups Projects
Commit 2ca69a18 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

change

parent 1b54ed96
No related branches found
No related tags found
No related merge requests found
...@@ -31,10 +31,7 @@ ...@@ -31,10 +31,7 @@
<meta name="apple-mobile-web-app-title" content="{{ site_name }}"> <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-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
{% if config.extra.logo %} {% set favicon = favicon | default("assets/images/favicon.ico", true) %}
<link rel="apple-touch-icon" href="{{ base_url }}/{{ config.extra.logo }}">
{% endif %}
{% set favicon = favicon | default("assets/images/favicon-e565ddfa3b.ico", true) %}
<link rel="shortcut icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}"> <link rel="shortcut icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}">
<link rel="icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}"> <link rel="icon" type="image/x-icon" href="{{ base_url }}/{{ favicon }}">
<style> <style>
......
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
{% set home = repo_url | default("/", true) %} {% set home = repo_url | default("/", true) %}
<a href="{{ home }}" class="project"> <a href="{{ home }}" class="project">
<div class="banner"> <div class="banner">
{% if config.extra.logo %}
<div class="logo">
<img src="{{ base_url }}/{{ config.extra.logo }}">
</div>
{% endif %}
<div class="name"> <div class="name">
<strong> <strong>
{{ site_name }} {{ site_name }}
...@@ -71,4 +66,4 @@ ...@@ -71,4 +66,4 @@
</div> </div>
</div> </div>
</div> </div>
</nav> </nav>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment