You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toha supports analytics, which is great.
Is it also possible to add a page view counter section to the posts?
Maybe would be nice to add next to the reading time indicator, like: Saturday, March 30, 2024 | 🕧 8 minutes | 👁 42
Describe alternatives you've considered
We can return the count by sending HTTP call to goatcounter such as: https://app-name.goatcounter.com/counter//posts/post-url.json and using this as a script I guess I can insert into layouts/_default/single.html, but if I modify the default, it means I would also miss all the future updates to theme.
So would be nice if this can be added as a feature that can be toggled via config.yaml
Additional context
N/A
The text was updated successfully, but these errors were encountered:
You can add page view counters with statcounter I just had a PR merged which will enable this under analytics. To make the counter visible, you just set the invisible: 0 property.
Describe the solution you'd like
Toha supports analytics, which is great.
Is it also possible to add a page view counter section to the posts?
Maybe would be nice to add next to the reading time indicator, like:
Saturday, March 30, 2024 | 🕧 8 minutes | 👁 42
Describe alternatives you've considered
We can return the count by sending HTTP call to goatcounter such as:
https://app-name.goatcounter.com/counter//posts/post-url.json
and using this as a script I guess I can insert intolayouts/_default/single.html
, but if I modify the default, it means I would also miss all the future updates to theme.So would be nice if this can be added as a feature that can be toggled via
config.yaml
Additional context
N/A
The text was updated successfully, but these errors were encountered: