diff --git a/website/_includes/_nav.jade b/website/_includes/_nav.jade index 90c9c01b9..d94e1fcb8 100644 --- a/website/_includes/_nav.jade +++ b/website/_includes/_nav.jade @@ -27,6 +27,6 @@ nav#topnav.nav li.nav-item(class=(_section == slug) ? nav_active_class : '') a(href='/' + slug)=item - li.nav-item: a(href='https://github.com/' + profiles.github target='_blank') GitHub + li.nav-item: a(href='https://github.com/' + profiles.github + '/spaCy' target='_blank') GitHub label(for='nav-checkbox' class='nav-button' arial-label='Toggle Navigation') diff --git a/website/index.jade b/website/index.jade index d12f0e7c0..396604bee 100644 --- a/website/index.jade +++ b/website/index.jade @@ -24,7 +24,7 @@ header.header +divider('bar') | #[a(href='https://github.com/' + profiles.github + '/spaCy/releases' target='_blank'): #[strong Latest Release:] v#{spacy_version}] - | #[a(href='https://github.com/' + profiles.github + '/spacy' target='_blank'): +icon('github', 'secondary') #[strong #{spacy_stars}+ stars] on GitHub] + | #[a(href='https://github.com/' + profiles.github + '/spaCy' target='_blank'): +icon('github', 'secondary') #[strong #{spacy_stars}+ stars] on GitHub] | #[a(href='https://www.reddit.com/r/' + profiles.reddit target='_blank'): +icon('reddit', 'secondary') #[strong User Group] on Reddit] main.main