Add alpha social image

This commit is contained in:
ines 2017-06-04 18:43:14 +02:00
parent c4614c02a2
commit e76baccd51
2 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
- function getSocialImg() {
- var base = SITE_URL + '/assets/img/social/preview_'
- var image = 'default'
- var image = ALPHA ? 'alpha' : 'default'
- if (preview) image = preview
- else if (SECTION == 'docs') image = 'docs'
- else if (SECTION == 'docs' && !ALPHA) image = 'docs'
- return base + image + '.jpg'
- }

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 KiB