mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-09-14 06:50:20 +00:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
{%- if theme.firestore.enable %}
|
|
{{ next_data('firestore', {
|
|
collection: theme.firestore.collection,
|
|
projectId: theme.firestore.projectId
|
|
}) }}
|
|
{{ next_js('third-party/statistics/firestore.js') }}
|
|
{%- endif %}
|