mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 08:12:24 +03:00
Merge branch 'spacy.io'
This commit is contained in:
commit
5821b020d5
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user