Update favicon

This commit is contained in:
Oliver Davies 2017-11-07 13:57:20 +00:00
parent d4876ba91d
commit 74f1befed1
3 changed files with 5 additions and 2 deletions

View file

@ -32,6 +32,9 @@ drupalorg:
email: oliver+website@oliverdavies.uk
favicon:
url: /assets/images/me-phpnw.png
github:
name: opdavies
url: http://github.com/opdavies

View file

@ -17,11 +17,11 @@
{% block stylesheets '' %}
{% for size in site.apple_touch_icon_sizes %}
<link rel="apple-touch-icon" href="{{ site.avatar.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
<link rel="apple-touch-icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
{% endfor %}
{% for size in site.favicon_sizes %}
<link rel="icon" href="{{ site.avatar.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
{% endfor %}
</head>
<body class="helvetica black-80 {{ page.blocks.body_classes }}">

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB