github页博客可以上传但无法显示内容

The github pages blog can upload but cannot display the content

我有一个github.io博客,以前可以很好的显示。但是最近我加了一篇新文章推到github(by "hexo generate" and "hexo deploy"),发现我的博客上没有contet words。在github blog repository ((https://github.com/zwdnet/zwdnet.github.io) I can see the pages pushed successfully. And when I check the blog's source code in my brower, I can see the newest article. My blog url is: https://zwdnet.github.io/ 是中文博客,我可以访问其他github.io blog,所以这可能不是网络问题。如何解决这个问题?重新设置github 页?感谢您的帮助!

打开您的网站后,根据控制台错误。您的博客缺少 JQuery $ 库。

检查代码的 header 部分,添加 JQuery link 将解决此问题。

将此添加到 header 标记中。

<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js"></script>