Skip to content

Commit 1edf501

Browse files
authored
chore: 📈 add page visit counter (#195)
## Description To continue adding this to repos so we can see how many people look at the site. <!-- Please delete as appropriate: --> Doesn't need a review.
1 parent ac246a0 commit 1edf501

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

_quarto.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ website:
5050
contents:
5151
- accessibility/index.qmd
5252

53-
# format:
54-
# seedcase-theme-html:
55-
# include-before-body:
56-
# - "includes/site-counter.html"
53+
format:
54+
seedcase-theme-html:
55+
include-before-body:
56+
- "includes/site-counter.html"
5757

5858
editor:
5959
markdown:

includes/site-counter.html

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<script data-goatcounter="https://seedcase-project-design.goatcounter.com/count" async
2+
src="//gc.zgo.at/count.js"></script>

0 commit comments

Comments
 (0)