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 dc5b684 commit 8b189f7Copy full SHA for 8b189f7
config.toml
@@ -9,7 +9,10 @@ staticDir = ['assets']
9
[project]
10
name = 'CloudNativePG'
11
12
+[services]
13
+ [services.googleAnalytics]
14
+ id = 'G-SJWWHL48V3'
15
+
16
[params]
17
description = 'CloudNativePG - PostgreSQL Operator for Kubernetes'
18
images = ['images/hero_image.png']
-
layouts/_default/baseof.html
@@ -27,6 +27,9 @@
27
<script async defer src="https://buttons.github.io/buttons.js"></script>
28
{{ template "_internal/twitter_cards.html" . }}
29
{{ template "_internal/opengraph.html" . }}
30
+ {{ if hugo.IsProduction -}}
31
+ {{ template "_internal/google_analytics.html" . -}}
32
+ {{ end -}}
33
</head>
34
35
<body>
0 commit comments