We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a57eba commit f1f3cf8Copy full SHA for f1f3cf8
go.mod
@@ -3,4 +3,4 @@ module github.com/kevinlinxc/stemformulas.com
3
go 1.20
4
5
// 2.6.0 breaks the main menu css for some reason
6
-require github.com/jpanther/congo/v2 v2.6.0 // indirect
+require github.com/jpanther/congo/v2 v2.6.1 // indirect
layouts/partials/head.html
@@ -114,7 +114,7 @@
114
{{/* Vendor */}}
115
{{ partial "vendor.html" . }}
116
{{/* Analytics */}}
117
- {{ partialCached "analytics.html" .Site }}
+ {{ partialCached "analytics.html" . }}
118
{{/* Extend head - eg. for custom analytics scripts, etc. */}}
119
{{ if templates.Exists "partials/extend-head.html" }}
120
{{ partial "extend-head.html" .Site }}
0 commit comments