mmistakes / jekyll-theme-skinny-bones

A Jekyll starter with a variety of flexible layouts and components.
https://mmistakes.github.io/jekyll-theme-skinny-bones
MIT License
804 stars 906 forks source link

External link on Table of Contents #34

Open ghost opened 9 years ago

ghost commented 9 years ago

Dear,

I wasn't getting the external links to work on the toc section (responsive menu) so I had to fix it using jQuery: $("a[href='https://username.github.iohttps://google.com']").attr('href', 'https://google.com');

I hope it help someone. Thank you so much for all your work, it is amazing!