-
Notifications
You must be signed in to change notification settings - Fork 56
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
Insert custom footer into snapshots #17
Comments
Is having this content in articles OK: If not we have to rewrite the articles either way. |
Yes. It's ok to have that content in the articles as long as we have the additional info in our footer immediately below it saying who generated and disseminated the snapshot. |
Added body.js that will add our footer. This file will need to have the variables inside it replaced before adding to IPFS. Added a demo as well, to make sure it works. If you add that whole directory to IPFS and go to
Looks like this: |
Thanks @victorbjelkholm! I added the "This snapshot was generated and distributed by..." line back into the body.js. Now we're good to go! |
Make a
body.js
file in this repo that inserts our footer instead of the original social media links. When we build wikipedia snapshots we will replace the original body.js with this new body.js so the footer includes a clear statement about who generated the snapshots. (see #13)Add the new file to #16
The text was updated successfully, but these errors were encountered: