Merge branch 'spacy.io'

This commit is contained in:
Ines Montani 2019-04-01 11:47:59 +02:00
commit 5821b020d5
2 changed files with 5 additions and 4 deletions

View File

@ -35,7 +35,7 @@ const SEO = ({ description, lang, title, section, sectionTitle, bodyClass }) =>
siteMetadata.slogan, siteMetadata.slogan,
sectionTitle sectionTitle
) )
const socialImage = getImage(section) const socialImage = siteMetadata.siteUrl + getImage(section)
const meta = [ const meta = [
{ {
name: 'description', name: 'description',
@ -126,6 +126,7 @@ const query = graphql`
title title
description description
slogan slogan
siteUrl
social { social {
twitter twitter
} }

View File

@ -164,9 +164,9 @@ const Landing = ({ data }) => {
We're pleased to invite the spaCy community and other folks working on Natural We're pleased to invite the spaCy community and other folks working on Natural
Language Processing to Berlin this summer for a small and intimate event{' '} Language Processing to Berlin this summer for a small and intimate event{' '}
<strong>July 5-6, 2019</strong>. The event includes a hands-on training day for <strong>July 5-6, 2019</strong>. The event includes a hands-on training day for
teams using spaCy in production, followed by a one-track conference. We booked a teams using spaCy in production, followed by a one-track conference. We've
beautiful venue, hand-picked an awesome lineup of speakers and scheduled plenty booked a beautiful venue, hand-picked an awesome lineup of speakers and
of social time to get to know each other and exchange ideas. scheduled plenty of social time to get to know each other and exchange ideas.
</LandingBanner> </LandingBanner>
<LandingBanner <LandingBanner