diff options
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index aae9da2..5d55f5d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,6 +7,7 @@ <link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/fonts.css"> <link rel="icon" type="image/png" href="/static/favicon.png" /> + <script data-goatcounter="https://stats.blos.sm/count" async src="//stats.blos.sm/count.js"></script> <title>{{ title }}</title> </head> |