2020-05-29 19:48:10 +03:00
|
|
|
/*!
|
|
|
|
JS group for layout Home or Post
|
|
|
|
Chirpy v2.3
|
|
|
|
https://github.com/cotes2020/jekyll-theme-chirpy
|
|
|
|
© 2020 Cotes Chung
|
|
|
|
MIT License
|
|
|
|
*/
|
|
|
|
|
|
|
|
{% include_relative _commons.js %}
|
|
|
|
|
|
|
|
{% include_relative _utils/timeago.js %}
|
|
|
|
|
|
|
|
|
|
|
|
{% if site.google_analytics.pv.enabled %}
|
|
|
|
|
2020-06-23 08:10:28 +03:00
|
|
|
const proxyData = '{"url": "{{ site.google_analytics.pv.proxy_endpoint }}"}';
|
2020-05-29 19:48:10 +03:00
|
|
|
|
|
|
|
{% include_relative _utils/pageviews.js %}
|
|
|
|
|
|
|
|
{% include_relative lib/_countUp.min.js %}
|
|
|
|
|
|
|
|
{% endif %}
|