We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题
The text was updated successfully, but these errors were encountered:
排查了一下,发现更改title之后,生成的archive的index.html文件中缺失了以下代码,手动添上之后文章能正常显示,但是这个问题应该怎么解决呢,我不太懂前端,哪位大佬能帮帮忙
<!-- jquery.tagcloud.js --> <script> async('/js/jquery.tagcloud.js', function () { $.fn.tagcloud.defaults = { //size: {start: 1, end: 1, unit: 'em'}, color: { start: '#bbbbee', end: '#2f93b4' }, }; $('#tag_cloud a').tagcloud(); }) </script> <script src='/js/archive.js '></script>
Sorry, something went wrong.
No branches or pull requests
如题
The text was updated successfully, but these errors were encountered: