Skip to content

Commit

Permalink
remove accidentally added include
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevel committed Mar 29, 2024
1 parent 604a837 commit b826e41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
{{ template "_internal/google_analytics.html" . }}
{{- end }}

<!-- Matomo Analytics -->
{{- if .Site.Params.matomo.enable }}
{{- partial "matomo.html" . }}
{{- end }}

<!-- Plausible.io -->
{{- if $.Site.Params.plausibleDataDomain }}
<script defer data-domain="{{ .Site.Params.plausibleDataDomain }}" src="{{ .Site.Params.plausibleScriptSource }}"></script>
Expand Down

0 comments on commit b826e41

Please sign in to comment.