You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactoring (no changes to functionality and APIs).
Documentation.
Translation.
Other... Please describe:
What is the current behavior?
Issue resolved: Default links are sometimes accessed abnormally
What is the new behavior?
Link to demo site with this changes:
Screenshots with this changes:
How to use?
In NexT _config.yml:
# Show Views / Visitors of the website / page with busuanzi.# For more information: http://ibruce.info/2015/04/04/busuanzi/busuanzi_count:
enable: false# Default url is https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js# Or try more better https://cn.vercount.one/jscustom_url: https://cn.vercount.one/jstotal_visitors: truetotal_visitors_icon: fa fa-usertotal_views: truetotal_views_icon: fa fa-eyepost_views: truepost_views_icon: far fa-eye
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
The NexT theme currently uses the vendor setting to manage custom links for third-party dependencies (you can search for theme.vendors in the source code to find them). For consistency, I have also moved the busuanzi setting into the vendor section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
PR Type
What is the current behavior?
Issue resolved: Default links are sometimes accessed abnormally
What is the new behavior?
How to use?
In NexT
_config.yml: