Skip to content

Commit

Permalink
Merge pull request #90 from gbif/issue-88
Browse files Browse the repository at this point in the history
Switch plausible to head
  • Loading branch information
mpitblado committed Jan 5, 2024
2 parents faf64fa + f035a98 commit 99b0912
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 0 additions & 4 deletions _config.yml
Expand Up @@ -40,10 +40,6 @@ privacy:
contactEmail: info@gbif.org
helpdeskEmail: info@gbif.org

plausible:
enabled: true
dataDomain: "collections.beatymuseum.ubc.ca"

algae:
hideHelper: true # set to false or delete line to show feedback during development
rootLang: en
Expand Down
10 changes: 7 additions & 3 deletions _includes/head.html
@@ -1,7 +1,11 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<!-- Favicon -->
<link rel="icon" href="/favicon.svg">

<script
defer
data-domain="collections.beatymuseum.ubc.ca"
src="https://plausible.io/js/script.js"
></script>

<!-- Favicon -->
<link rel="icon" href="/favicon.svg" />

0 comments on commit 99b0912

Please sign in to comment.