Skip to content

Commit f1f3cf8

Browse files
committed
Fix head.html analytics context
1 parent 2a57eba commit f1f3cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ module github.com/kevinlinxc/stemformulas.com
33
go 1.20
44

55
// 2.6.0 breaks the main menu css for some reason
6-
require github.com/jpanther/congo/v2 v2.6.0 // indirect
6+
require github.com/jpanther/congo/v2 v2.6.1 // indirect

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
{{/* Vendor */}}
115115
{{ partial "vendor.html" . }}
116116
{{/* Analytics */}}
117-
{{ partialCached "analytics.html" .Site }}
117+
{{ partialCached "analytics.html" . }}
118118
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
119119
{{ if templates.Exists "partials/extend-head.html" }}
120120
{{ partial "extend-head.html" .Site }}

0 commit comments

Comments
 (0)