Creates hit counter badges like
GET on /api/count/incr/badge.svg to increase the hit counter and return a badge or /api/count/show/badge.svg to return a badge. The service is available publicly (for now) at https://hits.konst.fish
| Parameter | Default | Description |
|---|---|---|
url |
N/A, required | defines which URL the hit should be counted for |
title |
hits |
sets the badges description text |
count_bg |
#007ec6 |
background color of the hit counter section, note # needs to be url encoded (e.g. %23b48ead) |

