File tree Expand file tree Collapse file tree 4 files changed +17
-1
lines changed
Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 3434- Built-in Search
3535- Atom Feeds
3636- PWA
37- - Google Analytics
37+ - Google Analytics / GoatCounter
3838- SEO & Performance Optimization
3939
4040## Documentation
Original file line number Diff line number Diff line change @@ -52,6 +52,9 @@ google_site_verification: # fill in to your verification string
5252google_analytics :
5353 id : # fill in your Google Analytics ID
5454
55+ goatcounter :
56+ id : # fill in your Goatcounter ID
57+
5558# Prefer color scheme setting.
5659#
5760# Note: Keep empty will follow the system prefer color by default,
Original file line number Diff line number Diff line change 1+ <!-- GoatCounter -->
2+
3+ < script
4+ data-goatcounter ="https://{{ site.goatcounter.id }}.goatcounter.com/count "
5+ async
6+ src ="https://gc.zgo.at/count.js "
7+ > </ script >
8+
Original file line number Diff line number Diff line change 105105 {% if site.google_analytics.id != empty and site.google_analytics.id %}
106106 {% include google-analytics.html %}
107107 {% endif %}
108+
109+ <!-- GoatCounter -->
110+ {% if site.goatcounter.id != empty and site.goatcounter.id %}
111+ {% include goatcounter.html %}
112+ {% endif %}
108113{% endif %}
You can’t perform that action at this time.
0 commit comments