Feature: firestore visitor counter#1978
Merged
ivan-nginx merged 3 commits intoiissnan:masterfrom Nov 1, 2017
maple3142:master
Merged
Feature: firestore visitor counter#1978ivan-nginx merged 3 commits intoiissnan:masterfrom maple3142:master
ivan-nginx merged 3 commits intoiissnan:masterfrom
maple3142:master
Conversation
ivan-nginx
reviewed
Nov 1, 2017
Collaborator
There was a problem hiding this comment.
And please, remove yarn.lock file from pull (8988398).
| @@ -10,6 +10,7 @@ | |||
| {% include '_partials/head.swig' %} | |||
| <title>{% block title %}{% endblock %}</title> | |||
| {% include '_third-party/analytics/index.swig' %} | |||
Collaborator
There was a problem hiding this comment.
I think firestore count need to add into _third-party/analytics/index.swig (where leancloud already exists) instead of global layout.
Collaborator
There was a problem hiding this comment.
So fast fix! 👍
But i'm sorry, it was mistake about move to _third-party/analytics/index.swig.
Please, add firestore in line 84, after _third-party/analytics/lean-analytics.swig:
hexo-theme-next/layout/_layout.swig
Line 83 in 8988398
+{% include '_third-party/analytics/firestore.swig' %}I think it will right.
Collaborator
|
Good job and thank you! 👍 |
Merged
hk-mp5a3
pushed a commit
to hk-mp5a3/hexo-theme-next
that referenced
this pull request
Oct 11, 2025
Feature: firestore visitor counter
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number(s): N/A
What is the new behavior?
Add a visitors counter for each article.
How to use?
In NexT
_config.yml:Does this PR introduce a breaking change?