Update favicon
This commit is contained in:
parent
d4876ba91d
commit
74f1befed1
|
@ -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
|
||||
|
|
|
@ -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 }}">
|
||||
|
|
BIN
source/assets/images/me-phpnw.png
Normal file
BIN
source/assets/images/me-phpnw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
Loading…
Reference in a new issue