diff --git a/_config.yml b/_config.yml index 99db61c..cd71df2 100644 --- a/_config.yml +++ b/_config.yml @@ -670,9 +670,6 @@ baidu_analytics: # # Growingio Analytics growingio_analytics: # -# CNZZ count -cnzz_siteid: - # Show number of visitors of each article. # You can visit https://www.leancloud.cn to get AppID and AppKey. leancloud_visitors: diff --git a/docs/ru/README.md b/docs/ru/README.md index a0ad574..0fca560 100644 --- a/docs/ru/README.md +++ b/docs/ru/README.md @@ -105,9 +105,6 @@ $ cd themes/next $ git pull ``` -А если всплывают ошибки во время обновления (что-то наподобии **«Commit your changes or stash them before you can merge»**), рекомендуется ознакомиться с особенностью хранения [Alternate Theme Config][docs-configuration-url].\ -Как бы то ни было, можно обойти ошибки при обновлении если «Закомитить», «Стэшнуть» или «Откатить» локальные изменения. Смотрим [здесь](https://stackoverflow.com/a/15745424/5861495) как это сделать. - **Если нужно обновиться с версии v5.x / v7.x на последней версиями, читаем [здесь][docs-upgrade-url].** ## Обратная связь diff --git a/layout/_third-party/statistics/cnzz-analytics.njk b/layout/_third-party/statistics/cnzz-analytics.njk deleted file mode 100644 index 27988e8..0000000 --- a/layout/_third-party/statistics/cnzz-analytics.njk +++ /dev/null @@ -1,5 +0,0 @@ -{%- if theme.cnzz_siteid %} -
- -
-{%- endif %} diff --git a/layout/_third-party/statistics/index.njk b/layout/_third-party/statistics/index.njk index 458e5cf..6921d8e 100644 --- a/layout/_third-party/statistics/index.njk +++ b/layout/_third-party/statistics/index.njk @@ -1,4 +1,3 @@ {%- include 'busuanzi-counter.njk' -%} -{%- include 'cnzz-analytics.njk' -%} {%- include 'firestore.njk' -%} {%- include 'lean-analytics.njk' -%}