figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 7e3f23263db678b06eb4204477375bc806dbb887
parent bbf8442fb8f21780e399e03d1cfb42ed06ba98ab
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 22 Aug 2020 14:55:20 -0700

:chart_with_upwards_trend: Add GoatCounter analytics

Diffstat:
Mtemplates/base.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/templates/base.html b/templates/base.html @@ -62,6 +62,8 @@ <main> {% block content %}{% endblock content %} </main> + <script data-goatcounter="https://figbert.goatcounter.com/count" + async src="//gc.zgo.at/count.js"></script> </body> </html>