projects
/
pgdayuk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9acd3b
)
Add simple web analytics
author
chris ellis
<chris@intrbiz.com>
Mon, 1 Apr 2024 23:11:37 +0000
(
00:11
+0100)
committer
chris ellis
<chris@intrbiz.com>
Mon, 1 Apr 2024 23:11:37 +0000
(
00:11
+0100)
templates/base.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/base.html
b/templates/base.html
index ea069a027db8e5b961c48faa807714e8931e4549..00a4c38ae50eb2efe3135feb1e8a1b1723ff22e1 100644
(file)
--- a/
templates/base.html
+++ b/
templates/base.html
@@
-37,6
+37,9
@@
{% block twittersite -%}<meta name="twitter:site" content="@postgresuk">{%- endblock %}
{% block extrahead %}{% endblock %}
+
+ <!-- Simple web analytics -->
+ <script defer data-domain="2024.pgday.uk" src="https://plausible.io/js/script.js"></script>
</head>
<body>