update social sharing image

This commit is contained in:
Artur Paikin 2019-03-27 14:44:06 +03:00
parent aef00725ee
commit 63e35899b5
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<% var isIndex = page.path === 'index.html' %>
<% var title = page.title ? page.title + ' — ' + config.title : config.title %>
<% var excerpt = page.excerpt ? page.excerpt.replace(/(<([^>]+)>)/ig, '').substring(0, 400) : config.description %>
<% var image = page.image ? page.image : 'http://uppy.io/images/uppy-social.jpg' %>
<% var image = page.image ? page.image : 'http://uppy.io/images/uppy-social-pink.jpg' %>
<%
if (page.series) {
title = page.series + ': ' + page.title

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB