Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social footer links broken #1644

Closed
Happy-Ferret opened this issue Jul 8, 2019 · 1 comment · Fixed by #1647
Closed

Social footer links broken #1644

Happy-Ferret opened this issue Jul 8, 2019 · 1 comment · Fixed by #1647

Comments

@Happy-Ferret
Copy link
Contributor

🐛 Bug Report

Adding the following to siteConfig should enable Twitter links in the footer.
No such additional element is getting rendered.

  twitter: true,
  twitterUsername: 'happyferrete',

Have you read the Contributing Guidelines on issues?

Yes

To Reproduce

  1. Open website/siteConfig.js.
  2. Locate const siteConfig.
  3. Add the previously mentioned Twitter config flags.
  4. Save & Reload

Expected behavior

A Twitter social link should be added to the page footer.

Actual Behavior

Nothing is being added.

Reproducible Demo

(Paste the link to an example repo, including a siteConfig.js, and exact instructions to reproduce the issue.)

@Happy-Ferret
Copy link
Contributor Author

Solved by actually copying over the footer.js from the main repository.
Not sure why the wrong (outdated?) component is being created during bootstrapping.

https://github.com/facebook/docusaurus/blob/master/website-1.x/core/Footer.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant