2016-10-02 21:19:47 -04:00
|
|
|
<!-- Twitter -->
|
2017-10-22 12:20:15 -04:00
|
|
|
<meta name="twitter:card" content="{% if page.title %}summary{% else %}summary_large_image{% endif %}">
|
2016-10-02 21:19:47 -04:00
|
|
|
<meta name="twitter:site" content="@{{ site.twitter }}">
|
|
|
|
<meta name="twitter:creator" content="@{{ site.twitter }}">
|
2017-11-24 19:13:39 -05:00
|
|
|
<meta name="twitter:title" content="{{ page.title | default: site.title | smartify }}">
|
|
|
|
<meta name="twitter:description" content="{{ page.description | default: site.description | smartify }}">
|
2017-10-22 12:20:15 -04:00
|
|
|
<meta name="twitter:image" content="{% if page.title %}{{ site.url | append: site.social_logo_path }}{% else %}{{ site.url | append: site.social_image_path }}{% endif %}">
|
2016-10-02 21:19:47 -04:00
|
|
|
|
|
|
|
<!-- Facebook -->
|
2017-10-22 12:20:15 -04:00
|
|
|
<meta property="og:url" content="{{ site.url | append: page.url }}">
|
2017-11-24 19:13:39 -05:00
|
|
|
<meta property="og:title" content="{{ page.title | default: site.title | smartify }}">
|
|
|
|
<meta property="og:description" content="{{ page.description | default: site.description | smartify }}">
|
2017-10-22 12:20:15 -04:00
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:image" content="{{ site.url | replace: 'https://', 'http://' | append: site.social_image_path }}">
|
|
|
|
<meta property="og:image:secure_url" content="{{ site.url | append: site.social_image_path }}">
|
2017-07-16 09:00:40 -04:00
|
|
|
<meta property="og:image:type" content="image/png">
|
|
|
|
<meta property="og:image:width" content="1200">
|
|
|
|
<meta property="og:image:height" content="630">
|