cgmartin / hexo-theme-bootstrap-blog

A simple Bootstrap v3 blog theme for Hexo
MIT License
104 stars 61 forks source link

How can I change jquery.min.js source? #3

Open jinksw opened 8 years ago

jinksw commented 8 years ago

I'm from china. we have problem to fetch the jquery.min.js from google. so can you tell me how can I change the source to other source?

by the way, thanks a lot for supporting this awesome theme.

cgmartin commented 8 years ago

Hi @jinksw, take a look in the theme's layout/_partial/inline-scripts.ejs file: https://github.com/cgmartin/hexo-theme-bootstrap-blog/blob/master/layout/_partial/inline-scripts.ejs#L17

The <script> can be replaced with a different local or remote source.