Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Conflict with other Hexo Plugins #21

Closed
kiarafbickers opened this issue Jul 12, 2017 · 2 comments
Closed

Conflict with other Hexo Plugins #21

kiarafbickers opened this issue Jul 12, 2017 · 2 comments
Labels

Comments

@kiarafbickers
Copy link

Expected Behavior

Expected that this plugin would work in conjunction with hexo-tag-twitter when both are used in the same blog post.

package.json:

    "hexo-tag-twitter": "^1.0.0",
    "hexo-blog-encrypt": "2.0.*"

Actual Behavior

When the hexo-tag-twitter and the hexo-blog-encrypt plugin are used, twitter post render in other posts. But in the post that we're trying to encrypt, the encryption works but the twitter posts stop rendering.

Steps to Reproduce the Problem

  1. Npm install both hexo-tag-twitter and hexo-blog-encrypt
  2. Create an encrypted blog post with a twitter post

Specifications

MacOS with the latest version of both plugins.

@D0n9X1n D0n9X1n added the bug label Jul 13, 2017
D0n9X1n added a commit that referenced this issue Jul 15, 2017
@D0n9X1n
Copy link
Owner

D0n9X1n commented Jul 15, 2017

Thanks for your report.

You can upgrade hexo-blog-encrypt to v2.0.2 to fix this issue by using npm update

You can check the result here :https://mhexo.github.io/example-site/2016/10/26/HexoBlogEncrpyt/.

@kiarafbickers
Copy link
Author

This fixed the issue. Thanks!

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

No branches or pull requests

2 participants