aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-05-02 12:22:27 +0300
committerValentin Popov <valentin@popov.link>2023-05-02 12:22:27 +0300
commit16514035aea1f814d95b3fbcac1987c3f96780a9 (patch)
treec2239a979a4c2e84d81c3cc54c7834815f8ed17c /templates
parentc891505394ffe77b4b785771a26970c739fd2be1 (diff)
downloadpopov.link-16514035aea1f814d95b3fbcac1987c3f96780a9.tar.xz
popov.link-16514035aea1f814d95b3fbcac1987c3f96780a9.zip
Added counter
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index f36940f..a3ad884 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -28,6 +28,8 @@
<article>
{% block content %}{% endblock %}
</article>
+
+ <script async data-goatcounter="https://stats.popov.link/count" src="/stats.js"></script>
</body>
</html> \ No newline at end of file