-
Notifications
You must be signed in to change notification settings - Fork 104
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
Encryption Kills Table of Contents #68
Comments
This is my current
|
Hi, this is a known issue, try to change the following code at the end of your
into
Because to make the encryption happen, the Hope this helps you. |
I had this problem too, but my theme is NexT, how can I fix that ? |
我依照这篇博客进行了修改,但是遇到了相同的BUG:
但是根据他提供的方案好像并不能修复,所以我不确定是不是因为NexT版本的差异,博主的版本是 这是我的
|
@fengkkk it looks like a huge change, you may need to change code in multiple files and places. I prefer to Since this is a English thread, prefer to use same language or you can create a new issue in Chinese with |
Okay,I'll try to disable it,thanks for your answers! |
Using this plug in seems to break the table of contents in the hipaper theme.
Expected Behavior
I should either be able to see my table of contents before I enter the encryption password, or have it load blank and see it come up after the password is entered. I believe this is how it works on your example.
Actual Behavior
Encrypting the blog post with any password breaks the table of contents entirely. It defaults to blank if any password is used, and does not load after the password is entered.
Steps to Reproduce the Problem
To test in your existing hexo blog,
git clone https://github.com/iTimeTraveler/hexo-theme-hipaper.git themes/hipaper
theme: hipaper
in the_config
file._config
file.The text was updated successfully, but these errors were encountered: