Skip to content

Commit

Permalink
🐛 Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Jun 4, 2023
1 parent 8653a4d commit 25fb355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
{{ end }}
{{ end }}
{{/* Analytics */}}
{{ partialCached "analytics.html" .Site }}
{{ partialCached "analytics.html" . }}
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
{{ if templates.Exists "partials/extend-head.html" }}
{{ partialCached "extend-head.html" .Site }}
Expand Down

0 comments on commit 25fb355

Please sign in to comment.