Update default site picture in FB Share

This commit is contained in:
Paulus Schoutsen 2015-08-29 09:17:27 -07:00
parent cbb421de55
commit 57a11ae995
4 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9c8ef0ad8f1f0714f8262db16d0253f80149a801
Subproject commit 2e727a5332dff517dc0fa9bd4274291f28ab7e54

View File

@ -23,7 +23,7 @@
<meta property="og:url" content="{% if canonical %}{{ canonical }}{% else %}{{ site.url }}{% endif %}/">
<meta property="og:type" content="{% if page.categories %}article{% else %}website{% endif %}">
<meta property="og:description" content="{{ fb_description | strip_html | condense_spaces | truncate:200 }}">
<meta property="og:image" content="{% if page.og_image %}{{ page.og_image | prepend: site.url }}{% else %}https://home-assistant.io/images/favicon-192x192.png{% endif %}">
<meta property="og:image" content="{% if page.og_image %}{{ page.og_image | prepend: site.url }}{% else %}https://home-assistant.io/images/home-assistant-logo-2164x2164.png{% endif %}">
{% endif %}
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="{{ root_url }}{{ site.subscribe_rss }}" rel="alternate" title="{{ site.title }}" type="application/atom+xml">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB