mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Add alpha social image
This commit is contained in:
parent
c4614c02a2
commit
e76baccd51
|
@ -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'
|
||||
- }
|
||||
|
|
BIN
website/assets/img/social/preview_alpha.jpg
Normal file
BIN
website/assets/img/social/preview_alpha.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 374 KiB |
Loading…
Reference in New Issue
Block a user