Skip to content
New issue

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

Archive页面title更改之后文章不显示了 #426

Open
GeekEver opened this issue Mar 11, 2022 · 1 comment
Open

Archive页面title更改之后文章不显示了 #426

GeekEver opened this issue Mar 11, 2022 · 1 comment

Comments

@GeekEver
Copy link

如题

@GeekEver GeekEver changed the title Archive页面标题改为中文后文章不显示了 Archive页面title更改之后文章不显示了 Mar 11, 2022
@GeekEver
Copy link
Author

GeekEver commented Mar 11, 2022

排查了一下,发现更改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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant