0

I'm using hexo and yilia theme to build my blog,but when I visit my blog,I see some error on chrome console:

enter image description here

I want to change the two js reference to https,but I don't know where I can find the place referencing these files,anyone knows please help me,thanks!

starkshang
  • 8,228
  • 6
  • 41
  • 52

1 Answers1

0

For the mathjax js file, change it in layout/_partial/mathjax.ejs

For the jquery js file : change it in layout/_partial/after-footer.ejs

After that, don't forget to generate the new site with hexo generate

Louis Barranqueiro
  • 10,058
  • 6
  • 42
  • 52