-
- Downloads
Avoid hotlinking twitter resources
No idea what happened, but it seems that replacing the weird black magic that creates a script element to load twitter js with a reveal-md script works, better. The first slide is no longer emptied.
parent
39e4eeba
No related branches found
No related tags found
| ... | ... | @@ -9,7 +9,7 @@ |
| "reveal-md": "^1.1.3" | ||
| }, | ||
| "scripts": { | ||
| "start": "reveal-md index.md --port 8000 --theme=solarized --css hello.css --scripts embed-tweet.js", | ||
| "build": "reveal-md index.md --static _site --theme=solarized --css hello.css --scripts embed-tweet.js" | ||
| "start": "reveal-md index.md --port 8000 --theme=solarized --css hello.css --scripts widgets.js,embed-tweet.js", | ||
| "build": "reveal-md index.md --static _site --theme=solarized --css hello.css --scripts widget.js,embed-tweet.js" | ||
| } | ||
| } |
widgets.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment