osmfoundation / welcome-mat

This is the code for the OpenStreetMap Welcome Mat website
https://welcome.openstreetmap.org/
14 stars 13 forks source link

replace toc plugin with inline javascript solution #9

Closed tyrasd closed 6 years ago

tyrasd commented 6 years ago

This fixes #3 (page content displayed on the sidebar instead of a toc), caused by the custom "toc.rb" jekyll plugin not being loaded when run on github pages. It's done by replacing the ruby logic with a bit of equivalent client side javascript code.