Add google analytics

This commit is contained in:
Hazem Krimi
2023-11-24 17:28:25 +01:00
parent 483b9dc431
commit 366806f6fa
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -10,11 +10,13 @@ enableRobotsTXT = true
changeFreq = ''
filename = 'sitemap.xml'
priority = -1
[services]
[services.googleAnalytics]
ID = 'G-FMD81GLKS3'
[taxonomies]
tag = 'tags'
[params]
formSpreeURL = 'https://formspree.io/f/xoqpgyge'
googleAnalyticsURL = 'G-FMD81GLKS3'
dateFormat = '02 January 2006'
defaultDescription = 'Personal website of Hazem Krimi'
defaultKeywords = 'Hazem Krimi, Software Engineer, Software Developer, Full Stack Developer, JavaScript, TypeScript, React, Node.js, Scala, Kotlin, Corda, SQL, GraphQL, MongoDB'
+1
View File
@@ -75,5 +75,6 @@
</main>
{{ partial "footer.html" . }}
{{ template "_internal/google_analytics.html" . }}
</body>
</html>